RosettaCodeData/Task/Literals-Integer/Eiffel/literals-integer-1.e
2023-07-01 13:44:08 -04:00

5 lines
93 B
Text

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