Syntax Element: open curly
Description
Starts 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 blockdesign { // ... // beginning a construction block construction { // ... // beginning a database database { // ...
Related Use Cases
- Specifying design separately from construction
- Simple versioning and build management
- Tamper-proofing database classes
- Building a database
- Organizing database versions
- Getting compiler feedback on your database design
- Eliminating duplication between client and database code
- Deriving creation scripts from design
- Keeping clients coupled to the current version
- Leveraging a version's proxy in a client
- Transition testing
Other Actions
documentation | all examples for this syntax element | all examples | use cases | concepts | keywords
design