RosettaCodeData/Task/Literals-Integer/Eiffel/literals-integer-1.e

6 lines
93 B
Plaintext

123 -- decimal
-1_2_3 -- decimal
0x7b -- hexadecimal
0c173 -- octal
0b111_1011 -- binary