mirror of
https://github.com/david-schmidt/Davex.git
synced 2026-01-23 16:15:57 +00:00
11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
|
|
num -- print a number in decimal and hex
|
|
|
|
syntax: num <integer>
|
|
|
|
ex: num $FF1800
|
|
num 65385
|
|
|
|
'num' accepts a number from 0 to 16777215 and prints it
|
|
in base 10 and base 16.
|