WMLScript » Operators » Assignment

Syntax:
= += -= *= /= div= %= <<= >>= >>>= &= |= ^=

The assigment operators are used set the value of an operand by permitting shorthand versions of standard arithmetic operations. Please refer to the arithmetic operators.

See Also: