RosettaCodeData/Task/Associative-array-Iteration/Wart/associative-array-iteration.wart
2023-07-01 13:44:08 -04:00

3 lines
62 B
Text

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