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.
Listing-File Directives
   Directives  Contents  Index
──────────────────────────────────────────────────────────────────────────────
 
Mnemonic       Description
.LIST          Turns on listing of statements
.XLIST         Turns on macro expansion statements in listings
.LFCOND        Turns on listing of statements in false conditional blocks
.SFCOND        Suppresses listing of false conditional blocks
.TFCOND        Toggles listing of false conditional blocks
.LALL          Turns on listing of all statements in macros
.SALL          Suppresses listing of all macro expansions
.XALL          Lists macro statements that generate code or data
TITLE          Defines program listing title
SUBTTL         Defines program listing subtitle
PAGE           Increments page number (printer-oriented LST files only)
                                    -♦-