alternative-if-statement
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
alternative-if-statement =
"if" , "(" , expression , ")" , ":" ,
( inner-statement-list
| [ closed-inner-statement-list ] , ( alt-elseif-list | alt-else-clause ) ) , "endif" , ";" ;