Hi Elan, On Friday, October 17, 2003, 10:43:46 PM, you wrote:
E> I wonder if the combination of if, either and any, all enables us to E> cover any and all relevant cases? It does, but when you have multiple "exit points", i.e. multiple places where you want to call CONTINUE, you end up having a lot of nested IFs. The code is easier to read if you have CONTINUE. Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/ -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
