Musings
Public · Protected · Private
What happens when you encounter a continue statement inside the for loop?
-
2008-08-24 19:13The code for the rest of the loop is ignored; the control is transferred back to the beginning of the loop.
This blog is frozen. No new comments or edits allowed.