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.
IFDIF
   Directive Summary  Summary  Example
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  IFDIF[I] <argument1>, <argument2>
           IFIDN[I] <argument1>, <argument2>
 
  Causes assembly of a block of statements (see IF Block Syntax),
  depending on whether two arguments are different or identical.
  IFDIF assembles the block if argument1 and argument2 are
  different. IFIDN assembles the block if they are the same.
  IFDIFI and IFIDNI do the same actions, but are case-insensitive.
 
  ELSEIFDIF[I] and ELSEIFIDN[I] correspond to IFDIF[I] and IFIDN[I].
 
  argument    Any valid name, number, or expression. Must be enclosed in
              angle brackets.
 
   See Also: IF, IFE, IF1, IFB, IFDEF
                                    -♦-