Complex expressions can contain many different operators. The following example illustrates this. `x = (45 * (y + z)) ^ (2 / 85) * 5 + z` Creating complex expressions such as the one in the preceding ...
Performs an arithmetic right shift on the value of a variable or property and assigns the result back to the variable or property. The element on the left side of the `>>=` operator can be a simple ...