A begin-block is a sequence of statements delimited by a BEGIN statement and a corresponding END statement. For example:
B: begin; statement-1 statement-2 ··· statement-n end B;