matched-if-statement
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
matched-if-statement =
"if" , "(" , expression , ")" , matched-statement ,
{ "elseif" , "(" , expression , ")" , matched-statement } , "else" , matched-statement
| alternative-if-statement ;