Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
7
Task/Literals-Integer/Icon/literals-integer.icon
Normal file
7
Task/Literals-Integer/Icon/literals-integer.icon
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
procedure main()
|
||||
L := [1, 2r10, 3r10, 4r10, 5r10, 6r10, 7r10, 8r10, 9r10, 10r10, 11r10, 12r10, 13r10, 14r10,
|
||||
15r10, 16r10, 17r10, 18r10,19r10, 20r10, 21r10, 22r10, 23r10, 24r10, 25r10, 26r10, 27r10,
|
||||
28r10, 29r10, 30r10, 31r10, 32r10, 33r10, 34r10, 35r10, 36r10]
|
||||
|
||||
every write(!L)
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue