DBG$HELP.HLB  —  DEBUG  Built in Symbols, %HEX
    Specifies that a following numeric literal (or all numeric
    literals in a following parenthesized expression) be interpreted
    in hexadecimal radix.

    Examples:

    DBG> EVALUATE/HEX %DEC 10
    16
    DBG> EVALUATE/DEC %HEX (10 + 10)
    32
Close Help