#END-IF, #ENDIF
Syntax
#END-IF
Description
Ends an #IF, #IFDEF, or #IFNDEF command. (#END-IF is a compiler directive.)
#ENDIF (without the hyphen) is a synonym for #END-IF.
Example
The following example illustrates the #END-IF compiler directive:
#ifdef debuga
show 'DebugA: #j = ' #j edit 9999.99
show 'Cust_num = ' &cust_num
#end-if
See commands for a description
of each compiler directiveThe #IF, #IFDEF, #IFNDEF