RosettaCodeData/Task/Associative-array-Iteration/Wart/associative-array-iteration.wart
2016-12-05 23:44:36 +01:00

3 lines
62 B
Text

h <- (table 'a 1 'b 2)
each (key val) table
prn key " " val