Defining and using global elements.
Syntax 1: Global block declaration
GLOBALS
declaration-statement
[,...]
END GLOBALS
- declaration-statement is a variable, constant or type
declaration.
Syntax 2: Importing definitions from a globals file
GLOBALS "filename"
- filename is the name of a file containing the definition of globals.
- Use this syntax to include global declarations in the current module.