Parses a FunctionBody
$(GRAMMAR $(RULEDEF functionBody): $(RULE blockStatement) | ($(RULE inStatement) | $(RULE outStatement) | $(RULE outStatement) $(RULE inStatement) | $(RULE inStatement) $(RULE outStatement))? $(RULE bodyStatement)? ;)
See Implementation
Parses a FunctionBody
$(GRAMMAR $(RULEDEF functionBody): $(RULE blockStatement) | ($(RULE inStatement) | $(RULE outStatement) | $(RULE outStatement) $(RULE inStatement) | $(RULE inStatement) $(RULE outStatement))? $(RULE bodyStatement)? ;)