#ELSE

Top  Previous  Next

The #ELSE compiler directive is used in combination with #IFDEF to include a section of code in cases where the #IFDEF symbol is not defined.

 

The general form is:

 

#IFDEF <name> THEN

    ...

#ELSE

    ...

#END_IF

 

 

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