2.5.2 Assignment Operators
Assignment operators are a means to change the value of a
variable. Rexx only has one assignment operator.

     =         Assign the value on the right side of the “=“ to
the variable on the left.



PREV NEXT