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.
.CONST
   Directive Summary  Summary  @const
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  .CONST
 
  Starts a constant data segment (with segment name CONST) and ends
  previous segment, if any. The .MODEL directive must have previously
  been used. This segment should contain strings, real numbers, and
  other constant data that may be accessed by a high-level language.
 
  The .MODEL directive generates a GROUP statement that places CONST
  in DGROUP.
 
  See Also:  .MODEL, .STACK, .DATA
                                    -♦-