Jump to content

Associative array/Iteration: Difference between revisions

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

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.