Supported Numerical Modes
Hackman has the built-in ability to accept input and present values in one of the
following numerical modes:
- Hex: Base 16
- ASCII: Behaves like decimal or ascii (*), Base NaN
- Binary: Base 2
- Octal: Base 8
- Decimal: Base 10
* Behaves as ASCII when a string is expected, otherwise it is identical to Decimal.
Note: Keyboard will be restricted accordingly. All modes are equivalent in maximum
number representation (double, system dependent).