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.

Reply via email to