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

4 lines
33 B
Rexx
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
loop key over map
say key
end