Associative array/Iteration: Difference between revisions

Content added Content deleted
(+Stata)
Line 2,887:
=={{header|Stata}}==
<lang stata>mata
 
// Create an associative array
a=asarray_create()
Line 2,900 ⟶ 2,899:
} while(loc!=NULL)
end</lang>
 
=={{header|Swift}}==
<lang swift>let myMap = [