RosettaCodeData/Task/Associative-array-Iteration/Factor/associative-array-iteration...

2 lines
65 B
Factor

H{ { "hi" "there" } { "a" "b" } } [ ": " glue print ] assoc-each