declare
To make the name and data type of a variable known to a compiler. In 4GL, the
DEFINE statement declares variables so the 4GL compiler can verify references
to the variables in the succeeding code. The GLOBALS statement declares global
variables.
See also compile, data type, define, global variable, variable.