8 1 1 ASSIGN Parameters

LANSA Technical

8.1.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

8.28 Enhanced Expressions