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