Was this helpful?
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
Last modified date: 12/20/2023