Hi Peter, On Saturday, February 5, 2005, 10:25:43 AM, you wrote:
P> Did anything ever come of this? I'm trying to find "elegant" ways of dealing P> with mutually exclusive refinements and passing refinements through a P> heirarchy of functions. For a general solution for passing refinements and arguments, you can use Ladislav's PASS-ARGS etc. If you have a more specific need, there are less general but faster/more elegant ways to "pass" arguments and refinements (in the end, you avoid passing them at all, and just share the context). About mutual exclusion, there's nothing built-in, so you'll need to use the usual logic. Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/ -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
