Compiler Directives
This section describes each of the DataFlex compiler directives. They are listed alphabetically. Compiler directives are used to control the features of the DataFlex compiler. The compiler directives can perform tasks such as:
- Conditional compilation
- Switching compiler options
- Creating new command macros
List of Compiler Directives
- #define: Defines a macro.
- #undef: Undefines a macro.
- #if: Starts a conditional compilation block.
- #else: Specifies an alternative block in a conditional compilation.
- #elif: Specifies an alternative condition in a conditional compilation.
- #endif: Ends a conditional compilation block.
- #include: Includes another file.
- #pragma: Issues a compiler directive.
For more detailed information on each directive, refer to the respective sections in the DataFlex documentation.