#END_IF |
Top Previous Next |
The #END_IF compiler directive is used in combination with #IFDEF to end the conditional section of code.
The general form is:
#IFDEF ..... THEN ... #END_IF
For more information, please see the general Conditional compilation section. |