3 lines
77 B
Text
3 lines
77 B
Text
for (Int value : map.values) {
|
|
// the variable "value" is defined here
|
|
}
|