[REBOL] Re: Removal or exclusion ?
From: antonr::iinet::net::au at: 8-Jul-2003 19:44
Ah.. you are right. Perhaps if you don't want to use another word then you could use: do compose/only [insert clear list-data (exclude list-data mylist/picked)] or do compose/deep [insert clear list-data [(exclude list-data mylist/picked)]] But, you see the expression grows ever longer. Anton.