From: "laplace" > 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.
Hi, Laplace, Don't blink ... ;) >> a: "123" == "123" >> b: "2" == "2" >> c: exclude a b == "13" >> probe c "13" == "13" --Scott Jones -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
