[REBOL] 'do - question
From: andreas:bolka:gmx at: 10-Nov-2001 23:46
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:[andreas--bolka--gmx--net]