Label
LabelName:
process something
break LabelName
When the break line hits, the LabelName scope ended.
Blank Switches
We can optionally include the a short variable declaration as part of the blank switches.
Unlike regular switches we can write logical tests for cases with blank switches.