RosettaCodeData/Task/Associative-array-Iteration/Factor/associative-array-iteration-1.factor
2023-07-01 13:44:08 -04:00

1 line
65 B
Factor

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