Exits the loop ( ), while in the middle of the loop process.
The "break" command can be used only in the { } section of loop ( ).
Scripts will not operate properly if you use the "break" command in if {} expressions.