| << D.2.0- Operators | AppendixD | D.2.2- Arithmetic operators >> |
Assignment operator
The assignment operator is simplyused for assigning a value to a variable or property. See the Set keyword for an explanation of how to referenceand assign objects.
| = | Name
Description
Syntax | Assignment
Assigns the result of an expression, the value of a constant, or the value of another variable to a variable or property.
Variable = value |
| << D.2.0- Operators | AppendixD | D.2.2- Arithmetic operators >> |

RSS

