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

1 Symbol   built-in function

The Symbol function returns information regarding a possible Rexx symbolic name. The result is one of the following:

  VAR -- the name is a symbol that is currently assigned a value

  LIT -- the name is either a constant, or a potential symbol that is presently unassigned

  BAD -- the name is not valid for use as a symbol


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

Last updated on: 17 Sep 2003