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

4 lines
47 B
Rexx

loop value over map~allItems
say value
end