RosettaCodeData/Task/Associative-array-Creation/Ecstasy/associative-array-creation-...

4 lines
77 B
Plaintext

for (Int value : map.values) {
// the variable "value" is defined here
}