qc.hlp (Table of Contents; Topic list)
#line
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:  #line
 
  Syntax:     #line constant ["filename"]
 
  Summary:    Changes the compiler's internally stored line number to
              <constant>, and changes the internal file name to
              <filename>. The current line number and file name are
              available through the predefined identifiers __LINE__ and
              __FILE__.
 
  See also:   __FILE__, __LINE__
                                    -♦-