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.
\\ (Line Continutation)
   Operator Summary  Summary
──────────────────────────────────────────────────────────────────────────────
 
  Syntax: text \
          text
 
  Enables an assmebly-language statement to continue to next line, so
  that the line-break is ignored. Any number of lines can be joined with
  this method. A backslash is not considered a line-continuation character
  if it occurs inside a comment.
                                    -♦-