for (item in array) command
for (
item
in
array
)
command
For each item in an associative array, do command. More than one command must be put inside braces. Refer to each element of the array as array[item].