#IFDEF

Top  Previous  Next

The #IFDEF compiler directive is used to include or omit sections of code depending on whether a specific conditional compilation symbol is defined or not.

 

The general form of #IFDEF is:

 

#IFDEF [ NOT ] <name> { OR <name> }THEN

    ...

#END_IF

 

 

For more information, please see the general Conditional compilation section.