qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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
                                    -♦-