Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
5
Task/Arrays/Logo/arrays.logo
Normal file
5
Task/Arrays/Logo/arrays.logo
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
array 5 ; default origin is 1, every item is empty
|
||||
(array 5 0) ; custom origin
|
||||
make "a {1 2 3 4 5} ; array literal
|
||||
setitem 1 :a "ten ; Logo is dynamic; arrays can contain different types
|
||||
print item 1 :a ; ten
|
||||
Loading…
Add table
Add a link
Reference in a new issue