CONSTANT

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. Must be zero or a positive integer.
alphanum-lit Alphanumeric literal. The constant's value.

Properties:

Default: Not set
Phase: Syntax check
$SET: Any