Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
command assocArray
|
||||
local tArray
|
||||
put "value 1" into tArray["key 1"]
|
||||
put 123 into tArray["key numbers"]
|
||||
put "a,b,c" into tArray["abc"]
|
||||
|
||||
put "number of elements:" && the number of elements of tArray & return & \
|
||||
"length of item 3:" && the length of tArray["abc"] & return & \
|
||||
"keys:" && the keys of tArray
|
||||
end assocArray
|
||||
Loading…
Add table
Add a link
Reference in a new issue