Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
data "red", "255 50 50", "green", "50 255 50", "blue", "50 50 255"
|
||||
data "my fave", "220 120 120", "black", "0 0 0"
|
||||
|
||||
myAssocList$ =""
|
||||
|
||||
for i =1 to 5
|
||||
read k$
|
||||
read dat$
|
||||
call sl.Set myAssocList$, k$, dat$
|
||||
next i
|
||||
|
||||
print " Key 'green' is associated with data item "; sl.Get$( myAssocList$, "green")
|
||||
Loading…
Add table
Add a link
Reference in a new issue