Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
NewMap m1.s()
|
||||
NewMap m2.s()
|
||||
NewMap m3.s()
|
||||
|
||||
m1("name")="Rocket Skates"
|
||||
m1("price")="12.75"
|
||||
m1("color")="yellow"
|
||||
|
||||
m2("price")="15.25"
|
||||
m2("color")="red"
|
||||
m2("year")="1974"
|
||||
|
||||
CopyMap(m1(),m3())
|
||||
|
||||
ForEach m2()
|
||||
m3(MapKey(m2()))=m2()
|
||||
Next
|
||||
|
||||
ForEach m3()
|
||||
Debug MapKey(m3())+" : "+m3()
|
||||
Next
|
||||
Loading…
Add table
Add a link
Reference in a new issue