RosettaCodeData/Task/Associative-array-Iteration/00DESCRIPTION

8 lines
251 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
Show how to iterate over the key-value pairs of an associative array, and print each pair out.
Also show how to iterate just over the keys, or the values, if there is a separate way to do that in your language.
2013-04-10 14:58:50 -07:00
2013-10-27 22:24:23 +00:00
{{Template:See also lists}}
2016-12-05 22:15:40 +01:00
<br><br>