RosettaCodeData/Task/Literals-Integer/Mercury/literals-integer.mercury
2015-02-20 00:35:01 -05:00

4 lines
60 B
Text

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