+ 1
It is used in switch to interrupt the comparation with the rest of the cases when the one was found and the function was executed. If there won't be break, all functions will be executed till the end of the switch, no matter of case. In loops it is used to stop it immediately when is need.