Associative array/Iteration: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: corrected a typo.)
m (added whitespace to the task's preamble.)
Line 1: Line 1:
{{task|Basic language learning}}[[Category:Iteration]][[Category:Data Structures]]
{{task|Basic language learning}}[[Category:Iteration]][[Category:Data Structures]]
Show how to iterate over the key-value pairs of an associative array,
Show how to iterate over the key-value pairs of an associative array, and print each pair out.

and print each pair out.
Also show how to iterate just over the keys, or the values,
Also show how to iterate just over the keys, or the values, if there is a separate way to do that in your language.

if there is a separate way to do that in your language.


{{Template:See also lists}}
{{Template:See also lists}}