Assignments

An assignment tells the system that a string should be put in a special place in system memory. In the example:

Work = "Building 021"

the string Building 021 is stored as the value Work in system memory. Because Work can have different values (be reassigned to mean different things) in different parts of the procedure, it is called a VariableReference.


[Back: OS/2 Commands]
[Next: Labels]