3 lines
69 B
Factor
3 lines
69 B
Factor
|
|
USING: hashtables ;
|
||
|
|
{ "one" "two" "three" } { 1 2 3 } zip >hashtable
|