RosettaCodeData/Task/Associative-array-Iteration/Factor/associative-array-iteration.factor
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

1 line
65 B
Factor

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