|
||||||||||||
|
|
||||||||||||
BlockA block statement groups a list of statements together. This statement may be prefixed with label, provided that it is enclosed within another block. In order to prevent confusion with block and list primary, list is prefixed with a backslash (\). block := "{" statement * "}"
|
||||||||||||
|
|
||||||||||||