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.
COMMENT
   Directive Summary  Summary
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  COMMENT delimiter [text]
           text
           [text] delimiter [text]
 
  Treats all text between or on the same line as the delimiters as a
  comment.
 
  delimiter   First nonblank character following the COMMENT directive.
 
  text        All text up to and including the line containing the next
              occurrence of the delimiter.
 
  See Also: semicolon (;), semicolon (;;)
                                    -♦-