RosettaCodeData/Task/Hash-from-two-arrays/Factor/hash-from-two-arrays.factor

3 lines
69 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
USING: hashtables ;
{ "one" "two" "three" } { 1 2 3 } zip >hashtable