◄Key► ◄Details► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Directive: CONSTANT Function: Declares a constant for use in the program. Syntax: ►►─┬───┬─CONSTANT─const-name─┬─(numeric-lit)──┬─►◄ └─/─┘ └─"alphanum-lit"─┘ Parameters: const-name Data name. The constant's name. numeric-lit Numeric literal. The constant's value. alphanum-lit Alphanumeric literal. The constant's value. Default: Not set Phase: Syntax check $SET: Any -♦-