<<< Short-Circuit Evaluation | Index | The switch statement rules >>> |
switch (switchExpression) { case label1: statements break; [case label2: statements break;] ... [default: statements break;] }
<<< Short-Circuit Evaluation | Index | The switch statement rules >>> |