RosettaCodeData/Task/Associative-array-Creation/Ecstasy/associative-array-creation-4.ecstasy
2023-07-01 13:44:08 -04:00

3 lines
69 B
Text

for (String key : map) {
// the variable "key" is defined here
}