next - skips remainder of the code block, forcing the loop to proceed to the next value in the loop.
last - end the loop entirely, skipping the continue block also
redo - reexecute the code block wthout reevaluating the conditional statement for the loop. It skips the remainder of the code block and also the continue block.
Showing posts with label last. Show all posts
Showing posts with label last. Show all posts
Jan 3, 2007
Subscribe to:
Posts (Atom)