Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
9
Task/Arrays/LIL/arrays.lil
Normal file
9
Task/Arrays/LIL/arrays.lil
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# (not) Arrays, in LIL
|
||||
set a [list abc def ghi]
|
||||
set b [list 4 5 6]
|
||||
print [index $a 0]
|
||||
print [index $b 1]
|
||||
print [count $a]
|
||||
append b [list 7 8 9]
|
||||
print [count $b]
|
||||
print $b
|
||||
Loading…
Add table
Add a link
Reference in a new issue