constant
A value which, unlike the value of a variable, does not change during
execution of a program. Examples of 4GL constants are NOTFOUND, FALSE, and TRUE. The
values of 4GL constants cannot be changed by the developer.
See also Boolean, literal, variable.