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

4 lines
260 B
Plaintext

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.
* Related task: [[Associative arrays/Creation]]