Introduction
Next and break help control loops. Next skips to the next loop round. Break stops the loop completely.
Skip a number in a counting loop, like ignoring even numbers.
Stop searching when you find what you want in a list.
Skip bad or unwanted data while processing.
Exit a loop early to save time when result is found.