qa.hlp (Table of Contents; Topic list)
IF1
   Directive Summary  Summary  IF Block Syntax
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  IF1
           IF2
 
  IF1 causes assembly of a block of statements (see IF Block Syntax)
  during pass 1. IF2 causes assembly of a block of statements during
  pass 2. These directives conflict with the One Pass Assembly option.
 
  ELSEIF1 and ELSEIF2 correspond to IF1 and IF2, respectively.
 
  See Also: IF, IFE, IFB, IFDEF, IFDIF
                                    -♦-