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