ENDIF
ENDC
The ENDIF directive indicates the end of a conditional block. Nesting of conditional blocks is allowed. The maximum level of nesting is limited by the available memory at assembly time.
See Listing: IF and ENDIF in the IF section.
IF - Conditional assembly assembler directive