Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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.