back to syntax homepage
DeclarationSequence
:
DeclarationSequence
= [
CONST
{
ConstDeclaration
";"
}] [
TYPE
{
TypeDeclaration
";"
}] [
VAR
{
VariableDeclaration
";"
}] {
ProcedureDeclaration
";"
}
Places in the syntax where you might come from:
ProcedureBody
module