qa.hlp (Table of Contents; Topic list)
= (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
                                    -♦-