[Contents]
[Prev] [Next] [Limbo Basics] [Limbo Programming] [Language Definition]

Blocks

Blocks are statements enclosed in {} characters.

{ statements }

A block starts a new scope. The effect of any declarations within a block disappears at the end of the block.



[Contents]
[Prev] [Next] [Limbo Basics] [Limbo Programming] [Language Definition]

Copyright © 1998, Lucent Technologies, Inc. All rights reserved.