Assigns a value to a variable or property.
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.
Comparison Operators | Operator Precedence | Operator Summary | Set Statement