Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
7
Task/Literals-Integer/Efene/literals-integer.efene
Normal file
7
Task/Literals-Integer/Efene/literals-integer.efene
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@public
|
||||
run = fn () {
|
||||
io.format("0xff : ~B~n", [0xff])
|
||||
io.format("0xFF : ~B~n", [0xFF])
|
||||
io.format("0o777 : ~B~n", [0o777])
|
||||
io.format("0b1011: ~B~n", [0b1011])
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue