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.
.RADIX
   Directive Summary  Summary
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  .RADIX expression
 
  Sets the default radix (base) for integer constants to the value of
  expression. Expression defines whether the numbers are binary, octal,
  decimal, hexadecimal, or numbers of some other base. Numbers given in
  expression are always considered decimal.
 
  Does not affect real numbers initialized as variables with the DD, DQ,
  or DT directives; these always use decimal radix.
 
  expression   Must evaluate to a number in the range 2 to 16.
 
   See Also:  DD, DQ, DT
                                    -♦-