continue

Previous: else Flow Control Next: break
This page is a chapter in the book Flow Control.
continue

Immediately bypasses any remaining code inside a while loop's code block.
The while's test is then re-run and the loop begins again or terminates if the test fails.




Posting Permissions

Posting Permissions
  • You may not create new articles
  • You may not edit articles
  • You may not protect articles
  • You may not post comments
  • You may not post attachments
  • You may not edit your comments