6 lines
157 B
Text
6 lines
157 B
Text
| ?- integers::show.
|
|
Binary 0b11110101101 = 1965
|
|
Octal 0o3655 = 1965
|
|
Decimal 1965 = 1965
|
|
Hexadecimal 0x7AD = 1965
|
|
yes
|