Compound Statement

So that several statements can be used where one is expected, the compound statement is provided:

compound-statement:
        { statement-listopt }

statement-list:
        statement
        statement  statement-list

[BACK] [FORWARD] [HOME] [UP] [HELP]