It allows you to define a symbol that will later be used to condition the compilation ($ifdef, $ifndef).
Syntax |
$define symbol $define symbol = value |
---|---|
symbol |
The name of the symbol to define |
value |
The value to be associated with the symbol |
Example of use:
|