Hi Maxim,

On Friday, October 17, 2003, 5:10:46 PM, you wrote:

MOA> is there any word (I haven't found any) which skips one
MOA> iteration of a loop at current point.

Not that I know of.

MOA> like in:

MOA> foreach number [ 8 0 2 4 0 5][
MOA>    if number = 0 [continue]
MOA>    print 100 / number
MOA> ]

You could use THROW and CATCH to implement 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.

Reply via email to