이 콘텐츠는 선택한 언어로 제공되지 않습니다.
6.11. { } (statement block)
This is the statement block with zero or more statements enclosed within brackets. The following is the general syntax:
{ STMT1 STMT2 ... }
The statement block executes each statement in sequence in the block. Separators or terminators are generally not necessary between statements. The statement block uses the same syntax and semantics as in C.