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

4 lines
33 B
Rexx
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
loop key over map
say key
end