Associative array/Creation: Difference between revisions

m
fixed copy/paste python tag
(→‎{{header|JavaScript}}: just added a missing verb in one place)
m (fixed copy/paste python tag)
Line 1,184:
Hashes are a built-in type called Map in Purebasic.
 
<lang pythonpurebasic>NewMap dict.s()
dict("country") = "Germany"
Debug dict("country")</lang>
Anonymous user