Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
set keyList to ["red", "green", "blue"]
|
||||
set valueList to [150,0,128]
|
||||
|
||||
repeat with n=1 to the number of items in keyList
|
||||
set map.(item n of keyList) to item n of valueList
|
||||
end repeat
|
||||
|
||||
put map
|
||||
--> (blue:"128", green:"0", red:"150")
|
||||
Loading…
Add table
Add a link
Reference in a new issue