Compiler Directives

Compiler directives are another category of statements, except that they are consumed entirely by the compiler, with the result of affecting the compiler's behavior, rather than generating tokens in the RUN module to be processed at runtime. They include:

• ++PRAGMAs

++INCLUDE and its variants

Conditional Compilation statements

• ++EXTERN

MESSAGE

ERROR

DEFINE

Defined Structures

DEFTYPE

COMPILER_VERSION Macro