Associative array/Iteration: Difference between revisions

Content added Content deleted
m (Undo revision 235061 by Petelomax (talk) (oops))
Line 2,070:
{"one",1}
</pre>
You could also use some of the map.e routines (same warnings as Perl apply). With the same initial three setd() as above:
<lang Phix>include builtins\map.e
?pairs()