blockStatement

{…….} indicates a block of statements.

Syntax

{
   statement1
   statement2
   statement3
   ...
}