[REBOL] skip a value inside 'foreach
From: hallvard::ystad::helpinhand::com at: 16-Nov-2002 15:24
Hello I'm inside a 'foreeach. When I get to a certain value, say 5, I'd like to _not_ execute the execution block, but go on to the next value. I cannot accomplish this with 'break, because I want to continue the 'foreach loop. In Java, I'd do a continue. How do I do it in Rebol? Thanks, ~H