In C and many other languages, there is a continue keyword that, when used inside of a loop, jumps to the next iteration of the loop. Is there any equivalent of
continue
next
also, look at redo which redoes the current iteration.
redo