[REBOL] Re: Finding all objects derived from a specific object.
From: anton::wilddsl::net::au at: 30-Oct-2006 1:00
Not so, Volker. Exclude is one of those 'set' functions and it expects both its arguments to be the same type.>> list: make list! [a b c]== make list! [a b c]>> exclude list to-list 'c== make list! [a b] Regards, Anton.