Associative array/Iteration: Difference between revisions

Content deleted Content added
Petelomax (talk | contribs)
m missing userdata arg, also added pairs/keys/values from map.e
Petelomax (talk | contribs)
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()