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

3 lines
96 B
Text

for ((String key, Int value) : map) {
// the variables "key" and "value" are defined here
}