The DEFINITIONS Section

The Definitions section of the SCL source code defines the variables and constants used by the Script. It can also contain declarations of timers and files. It is optional and introduced by the DEFINITIONS command.

Only one Definitions section may appear in a Script; if it is present, it must follow the Environment section and precede the Code section.

See also:

CHARACTER Statement

CONSTANT Statement

FILE Statement

INTEGER Statement

TIMER Statement

Variable Arrays

Variable Values

Variable Options

Example Variable Definitions