back to syntax homepage
ProcedureBody
:
ProcedureBody
=
DeclarationSequence
[
BEGIN
StatementSequence
] [
RETURN
expression
]
END
Places in the syntax where you might come from:
ProcedureDeclaration