10 lines
162 B
Text
10 lines
162 B
Text
two three apple:?arr1
|
|
& 2 3 fruit:?arr2
|
|
& new$hash:?H
|
|
& whl
|
|
' ( !arr1:%?k ?arr1
|
|
& !arr2:%?v ?arr2
|
|
& (H..insert)$(!k.!v)
|
|
)
|
|
& (H..forall)$out
|
|
& ;
|