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