[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ELSEIF2 ELSE With IF2 Directive
ELSEIF2 Statements
This directive is the same as an ELSE followed by an IF2. (IF2 is
satisfied if the current pass is pass 2.) It is used to start a
nested conditional block. For example:
IF NUMBER EQ 5
add ax,3
ELSEIF2
add bx,2
ELSE
add cx,1
ENDIF
Notes: See ELSEIF and IF2 for more information.
See Also: ELSEIF IF2
Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson