compiler_directives.htm
Navigation: Language Reference > 2 - Program Source Code Format > Compiler Directives >====== Compiler Directives ====== | |
Compiler Directives are statements that tell the compiler to take some action at compile time. These statements are not included in the executable program object code which the compiler generates. Therefore, there is no run-time overhead associated with their use.
ASSERT (set assumption for debugging)
COMPILE (specify source to compile)
INCLUDE (compile code in another file)
ITEMIZE (enumeration data structure)
OMIT (specify source not to be compiled)
ONCE (prevent duplicate included data)
compiler_directives.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1