RosettaCodeData/Task/Literals-Integer/Mercury/literals-integer.mercury
2023-07-01 13:44:08 -04:00

4 lines
60 B
Text

Bin = 0b010101,
Octal = 0o666,
Hex = 0x1fa,
CharCode = 0'a.