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

2 lines
65 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
H{ { "hi" "there" } { "a" "b" } } [ ": " glue print ] assoc-each