Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
setd("one",1)
|
||||
setd(2,"duo")
|
||||
setd({3,4},{5,"six"})
|
||||
?getd("one") -- shows 1
|
||||
?getd({3,4}) -- shows {5,"six"}
|
||||
?getd(2) -- shows "duo"
|
||||
deld(2)
|
||||
?getd(2) -- shows 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue