[REBOL] Re: continue word
From: ingo:2b1 at: 18-Oct-2003 10:07
Hi Anton, Anton Rolls wrote:> When I want continue I just put loop 1 [...] > inside my loop:of course, you could also use catch and throw this way.>>repeat n 5 [catch [if n = 3 [throw] ?? n]]n: 1 n: 2 n: 4 n: 5 == 5 Kind regards, Ingo