.method -- A reference to the Rexx Method class
.true -- The Rexx "true" object. Has the value "1"
.xyz -- Normally the value .XYZ
.3DGlasses -- Normally the value .3DGLASSES
.true, .false and .nil.
.context~package~local.
.LOCAL,
and the .ENVIRONMENT directory, for programs to use,
with package local preferred over .LOCAL, and
.LOCAL preferred over .ENVIRONMENT.
To avoid conflicts with future Rexx defined entries, it is recommended
that the entries that you place in any of these directories include at least one
period in the entry name, for example:
-- establish settings directory
.local~setEntry("MyProgram.settings", .directory~new)