Associative array/Iteration: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 4,539: Line 4,539:
=={{header|Wren}}==
=={{header|Wren}}==
Note that Wren makes no guarantee about iteration order which is not necessarily the same order in which the entries were added.
Note that Wren makes no guarantee about iteration order which is not necessarily the same order in which the entries were added.
<syntaxhighlight lang="ecmascript">// create a new map with four entries
<syntaxhighlight lang="wren">// create a new map with four entries
var capitals = {
var capitals = {
"France": "Paris",
"France": "Paris",