Hash from two arrays: Difference between revisions

Content added Content deleted
No edit summary
Line 837:
Inventory Dict
For i=0 to 3 {
Append Dict, Keys$(i):=Values(0i)
}
Print Dict("one")+Dict("four")=Dict("two")+Dict("three") ' true
Line 847:
Inventory Dict
For i=0 to 3 {
Append Dict, Keys$(i):=Values$(0i)
}
Print Dict$("one")+Dict$("four")=Dict$("two")+Dict$("three") ' true