Hi Rebols! One question related to 'do: is there a chance for a block beeing "done" to halt the "doing"-process.
Some example for clarification:
-- snip --
[
REBOL []
bl: [
print "a"
print "b"
if ... [ ??? ]
print "c
]
do bl
]
-- snip
When the '...' condition holds, the "do" should stop.
--
Best regards,
Andreas mailto:[EMAIL PROTECTED]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
