Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
5
Task/Literals-Integer/Eiffel/literals-integer-1.e
Normal file
5
Task/Literals-Integer/Eiffel/literals-integer-1.e
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
123 -- decimal
|
||||
-1_2_3 -- decimal
|
||||
0x7b -- hexadecimal
|
||||
0c173 -- octal
|
||||
0b111_1011 -- binary
|
||||
2
Task/Literals-Integer/Eiffel/literals-integer-2.e
Normal file
2
Task/Literals-Integer/Eiffel/literals-integer-2.e
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{NATURAL_8} 255
|
||||
{INTEGER_64} 2_147_483_648
|
||||
Loading…
Add table
Add a link
Reference in a new issue