Language Reference Guide : Statements : Commonly Used Elements in Statements : BeginEndBlock
 
Share this page          
BeginEndBlock
Specifies statements surrounded by the begin and end keywords. Alternatively, the statements may be delimited by curly braces ({…}).
This element has the following syntax:
begin | {
          [statementlist]
end | }
statementlist
See StatementList.