RosettaCodeData/Task/Literals-Integer/Mercury/literals-integer.mercury

5 lines
60 B
Plaintext

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