Programming Tools Guide
Chapter 3, C language compiler
Compound statement
Compound statement
{
declaration-listopt
statement-listopt
}
-
Delimited by
{ and }.
-
May have a list of declarations.
-
May have a list of statements.
-
May be used wherever statement appears below.