Example 1.33. Environment symbols
.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
Note
/* establish settings directory */ .local~setentry("MyProgram.settings", .directory~new)