Hi, Laplace,

Can you clarify for me?

laplace wrote:
> 
> How do you include or exclude a list in rebol ?
> find/match/any is ok for inclusion but for excluding it isn't
> practical at all.
> 

I routinely use something like this

    if none? find ...source... ...target... [
        ;; expressions to evaluate if source excludes target
    ]

or do you mean something else that I missed?

-jn-
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to