Completion requirements
Syntax
break;
break label;
label
OptionalIdentifier associated with the label of the statement. If the statement is not a loop or
switch
, this is required.