variable = value
The name on the left side of the equal sign can be a simple scalar variable or an element of an array. Properties on the left side of the equal sign can only be those properties that are writable at run time.
Note: The = Operator can also be used in the assignment of Boolean values, but not in the comparison of two Boolean variables. When comparing Booleans, one should use the EQV operator.
&= Operator | *= Operator | += Operator | -= Operator | /= Operator | \= Operator | ^= Operator