Associative array/Iteration: Difference between revisions

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