7.3.1 ASSIGN Parameters
The command and all keywords are optional.
Valid Operators
The following list details the operators supported by the ASSIGN command.
:=
|
Simple value assignment
|
+=
|
The value of the variable plus the value on the right
|
-=
|
The value of the variable minus the value on the right
|
*=
|
The value of the variable multiplied by the value on the right
|
/=
|
The value of the variable divided by the value on the right
|
<=
|
Assign the reference on the right to the subject
|
|
Also See
Enhanced Expressions