<break>
This statement forceably stops loop processing for <for>, <foreach> or <while> statements. You can also use this in <if>, <elseif> or <else> statements if they are descendants of a looping statement.
You don't need to supply any additional information or content for <break/>.
Can Contain | Empty |
Allowed In | elseif | for | foreach | if | while |