Since I don't know of any 'continue yet defined, I usually just do something 
like this:

(Using your words)
foreach item block-of-items [
   if not not-good-item [
      item-evaluation
   ]
]

Not the best, and looks messy if there's multiple things that would 
'continue, but it works.

        -Izzy Boy
>
>
> Is there a way to force the next iteration within loops?
>
> I want to know if is posible to code something like
>
> foreach item block-of-items [
> if not-good-item [iterate]  ;; viod below evaluation
> item-evaluation
> ]
>
> I have made the task easily, defining an extra fuction,
> but perhaps I have missed something and is more simple to
> force the next iteration.
>
> Thanks!
>
>
>
>
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
>
> -- 
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
>
> 


-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to