我有一大堆词[x y]
,我想做一个块[x: (x) y: (y)]
这不太管用:
>> b: [x y]
== [x y]
>> collect [foreach w b [keep to-set-word w keep to-paren w]]
== [x: x y: y]
我有一大堆词[x y]
,我想做一个块[x: (x) y: (y)]
这不太管用:
>> b: [x y]
== [x y]
>> collect [foreach w b [keep to-set-word w keep to-paren w]]
== [x: x y: y]