Continuing iteration in ArrayEach()
gabrieleiannetti opened this issue · 1 comments
gabrieleiannetti commented
Hi,
is there any way to continue an iteration in the the ArrayEach block?
The compiler shows error: continue not in for statement
Best,
Gabriele
gabrieleiannetti commented
I got around with that so far by using the goto statement...
But this is not a perfect solution, since on variable over jumps the compiler will end up with an error.