Syntax Element: close curly

Description

Ends a block - a logical grouping of statements, clauses, or declarations.

Example

This keyword is highlighted like this.
You can click on keywords and concepts in blue.
// beginning a design block
handdesign
{
  // ...
}
// beginning a construction block
construction
{
  // ...
}
// beginning a database
database
{
  // ...
}

Related Use Cases

Other Actions

documentation | all examples for this syntax element | all examples | use cases | concepts | keywords