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.
PURGE
   Directive Summary  Summary
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  PURGE macroname [,macroname]...
 
  Deletes the specified macros or group of macros from memory. A macro
  can purge itself if PURGE is on the last line of the macro. This
  directive should be used if your system does not have enough memory to
  keep all the macros needed for a source file in memory at the same time.
 
  Redefining a macro automatically purges the previous definition.
 
  macroname    A currently defined macro.
 
   See Also:  MACRO, ENDM, EXITM
                                    -♦-