Labeled statement
label – Set a label in the code which can be used as point to go to.
Description
label:
Examples
Example #1 – break example
Breaking out of a label.
Example #2 – break example
Breaking out of nested labels.
label – Set a label in the code which can be used as point to go to.
label:
Breaking out of a label.
Breaking out of nested labels.