Saturday, 7 September 2013

Is there an equivalent to "continue" (python) in rebol?

Is there an equivalent to "continue" (python) in rebol?

I am converting some python code to rebol, and I just came across a
"continue" instruction. It interrupts the processing of a loop, going to
the next iteration of the loop.
I find this word quite elegant and readable.
I came across some answers there: (in French), but nothing really
"elegant":
http://pl.legoff.free.fr/dotclear/vf/index.php/post/2003/01/05/Equivalent-d-un-Continue-ou-Next-dans-une-bouc
As this converation is about 10 years old, maybe some improvements were
made in Rebol since?

No comments:

Post a Comment