SyntaxFix
Write A Post
Hire A Developer
Questions
break will stop the current loop (or pass an integer to tell it how many loops to break from).
break
continue will stop the current iteration and start the next one.
continue