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

4 lines
77 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
for (Int value : map.values) {
// the variable "value" is defined here
}