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.
IRP
   Directive Summary  Summary  Example
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  IRP parameter,<argument [,argument]...>
               statements
               ENDM
 
  Marks a block repeated once for each argument specified, with the
  current argument replacing parameter on each repetition.
 
  parameter   A valid symbol name. If the parameter appears in statements,
              then it is replaced by a different argument each time.
 
  argument    Text, symbol, string, or numeric constant. Multiple arguments
              must be separated by commas.
 
   See Also:  ENDM, EXITM, IRPC, REPT
                                    -♦-