GLOBALS

The GLOBALS / END GLOBALS block and the GLOBALS instruction.

Syntax 1: Global block declaration

GLOBALS
  declaration-statement
  [,...]
END GLOBALS
  1. declaration-statement is a variable, constant or type declaration.

Syntax 2: Importing definitions from a globals file

GLOBALS "filename"
  1. filename is the name of a file containing the definition of globals.
  2. Use this syntax to include global declarations in the current module.