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.
Macro Directives
   Directives  Contents  Index
──────────────────────────────────────────────────────────────────────────────
 
Mnemonic       Description
MACRO          Marks beginning of macro, specifying name and parameters
ENDM           Ends macro definition or repeat block
EXITM          Terminates expansion of the macro
LOCAL          Declares name to be local to macro
PURGE          Purges macro definitions from memory
REPT           Starts a block repeated n times
IRP            Starts a block repeated once for each argument given
IRPC           Starts a block repeated once for each character in a string
                                    -♦-