2.3 A Block of Statements

A block of statements is simply a sequence of statements that are related in some fashion. There are two types of blocks: implicit blocks and explicit blocks. Usually implicit blocks are not really thought of as blocks although they are. In normal parlance, a block is usually an explicit block. An explicit block can be a compound statement itself. Usually though, an explicit block is used to construct compound statements with one or more keywords and expressions.