Contents Index Previous Next
Blocks consist of a list of statements, each of which is terminated with a semicolon, and enclosed with parentheses, and are written as follows:
( statement-list )
Note that the parentheses are mandatory, even if the statement list is empty.