Begin-blocks
A begin-block is a sequence of statements delimited by a BEGIN statement and a corresponding END statement.
Example
B: begin;
statement-1
statement-2
⋮
statement-n
end B;A begin-block is a sequence of statements delimited by a BEGIN statement and a corresponding END statement.
B: begin;
statement-1
statement-2
⋮
statement-n
end B;