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

Declarations with Import

These declarations take the form

identifier-list : import identifier;

Identifiers for entities declared within a module declaration are normally meaningful only in a context that identifies the module. The import declaration lifts the names of specified members of a module directly into the current scope. The use of import will be discussed more fully in Module qualification, after the syntax for expressions involving modules has been presented.



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

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