next up previous
Next: Declaration sequence Up: Phrase structure Previous: Precedence and association

Dangling else

Dangling else[20]:
unlabeled_statement:
  'if' expression 'then' statement $'else' /
  'if' expression 'then' statement  'else' statement .
This macro is invoked in definition 12.



2008-08-29