block INDEX

BLOCK _ _ _ _ _ _ _ _ _ _ _ _ command

A block is a sequence of statements enclosed by commands begin and end.

syntax:

begin<statement>{; <statement>}* end

For more details see begin.