"BASE" I/O for numbers in other basesΒΆ

Fingerprint ID:0x42415345

This fingerprint, from RC/Funge-98, implements input and output for numbers in the other bases. It provides the following commands:

B : n
Prints n in binary.
H : n
Prints n in hexadecimal.
I : basen
Reads a number in the given base. For base larger than 10, additional digits are from A to Z. Reflects if base is not between 2 and 36, or at EOF.
N : n base
Prints n in the given base. For base larger than 10, additional digits are from A to Z. Reflects if base is not between 2 and 36.
O : n
Prints n in octal.

Previous topic

"3DSP" 3D space manipulation extension

Next topic

"BOOL" Logic functions

This Page

Quick search