The Constant.Directive class creates objects which represent the
::CONSTANT directives of an ooRexx program.
Superclass: Rexx.Directive
Returns the name of the constant, as a string element or a symbol element.
Returns the value of the constant. The return value depends on the form of the directive:
::CONSTANT Pi 3.14159), returns the value element.::CONSTANT Offset -10), returns a two-element array
containing the sign element and the number element.::CONSTANT Size (rows * cols)), returns the expression
object..Nil.
Gets or sets the constant object associated to this directive.