RosettaCodeData/Task/Literals-Integer/Logtalk/literals-integer-2.logtalk

7 lines
157 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
| ?- integers::show.
Binary 0b11110101101 = 1965
Octal 0o3655 = 1965
Decimal 1965 = 1965
Hexadecimal 0x7AD = 1965
yes