matched-declare-statement
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
matched-declare-statement =
"declare" , "(" , declare-directive-list , ")" , matched-statement
| "declare" , "(" , declare-directive-list , ")" , ":" ,
inner-statement-list , "enddeclare" , ";" ;