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.
= (Numeric Equate)
   Directive Summary  Summary  Example
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:    name = expression
 
  Creates or redefines a constant symbol by assigning the numeric value
  of expression to name. The symbol can be used in subsequent statements
  as a symbolic constant. The symbol may be redefined at any time.
 
  name        Must be either a unique name or previously defined with =
 
  expression  Any valid constant expression
 
  See Also:  EQU
                                    -♦-