Compiler Directives

Compiler directives are BASIC statements that direct the behavior of the compiler. Functions performed by compiler directives include: inserting source code from one program into another program during compilation, setting compile-time compatibility with another flavor, and specifying a condition for compiling certain parts of a program. Most compiler directive statements are prefixed by a dollar sign ( $ ).