closure-expression
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
closure-expression =
[ attribute-groups ] , [ "static" ] , "function" , [ "&" ] ,
"(" , parameter-list , ")" , [ lexical-variable-list ] , return-type ,
compound-statement ;