🔰associativity
🚧 under construction
x * y * z === ((x * y) * z) // L: left-to-right
x = y = z === (x = (y = z)) // R: right-to-left Last updated
🚧 under construction
x * y * z === ((x * y) * z) // L: left-to-right
x = y = z === (x = (y = z)) // R: right-to-left Last updated