Java View all facts Glossary Help |
syntactic unit > statement > control flow statement > label statement |
label statement | ||||
subject | fact |
label statement | has purpose to mark a particular line of code | |
has syntax labelName: lineOfCode; | ||
is a subtopic of Loops and Decision Making | ||
is a kind of control flow statement | ||
statement | is terminated by a semicolon | |
should be not more than one line long if possible | ||
syntactic unit | has syntax rule bold = mandatory |