Exits the loop ( ), while in the middle of the loop process.
The "break" command can be used only in the { } section of loop ( ).
The script will not run properly if you use the "break" command outside the brackets {} in a loop( ), or if you use the "break" command inside an if {} expression.