OS/2 Procedures Language 2/REXX


Inf-HTML [About][Toc][Index] 0.9b (c) 1995 Peter Childs


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

Inf-HTML End Run - Successful