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

2 lines
65 B
Factor
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
H{ { "hi" "there" } { "a" "b" } } [ ": " glue print ] assoc-each