The breakstatement runs a command or a command block only if…
The breakstatement runs a command or a command block only if the conditional expression returns the value true; it does nothing if the condition is false
The breakstatement runs a command or a command block only if…