Kilowatt Software's
Classic Rexx Tutorial
Language Level 4.00 (TRL-2)

Assignment instruction

The assignment instruction sets the value of the variable on the left side of the equal sign to the result of evaluating the expression on the right side. The variable can be:

  a simple symbol -- such as: magic1

  a compound variable -- such as: isPrime.57

  a compound stem -- such as: isPrime.

When a compound stem value is set, all compound variables derived from the stem are set to this value as well. For example,


Kilowatt Software's -- Classic Rexx Tutorial -- Back to top
Click here if you have any comments or questions regarding this tutorial

Last updated on: 9 Aug 2002