Skip to content

Compiler Directives

Compiler Directives are special types of instructions for the compiler. They won't produce any runtime code. Instead, they allow you to instruct the compiler to conditionally compile parts of the code.

The NetLinx language supports the following Compiler Directives:

See Also