method-declaration
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
method-declaration =
method-modifiers , "function" , [ "&" ] , semi-reserved-identifier ,
"(" , parameter-list , ")" , return-type , method-body ;