switch-case
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
switch-case =
"case" , expression , ( ":" | ";" ) , inner-statement-list
| "default" , ( ":" | ";" ) , inner-statement-list ;