Syntax: ELSE ELSE <statement> Placement: Optionally after IF statement Description: Performs predicate statement and/or following statement(s) to be performed on false condition of IF. NOTE: An orphan ELSE (i.e., an ELSE not preceeded by an IF) will set an unconditional FALSE condition until a matching ENDIF is encountered.
Syntax: NELSE NELSE <statement> Placement: Optionally after IF or IF ELSE statement Description: Performs predicate statement and/or following statement(s) to be performed if any term of the IF predicate is NULL. The permitted orders for IF, ELSE, NELSE and ENDIF are: IF ELSE NELSE ENDIF and IF NELSE ENDIF
Copyright © 2019 , WhamTech, Inc. All rights reserved. This
document is provided for information purposes only and the contents hereof are
subject to change without notice. Names may be
trademarks of their respective owners.