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

Declarations with Include

The string following the include keyword names a file, which is inserted into the program's text at that point. The included text is treated like text literally present. Conventionally, included files declare module interfaces and are named with the suffix .m. The directories to be searched for included files can be specified to the Limbo compiler command. Include files can be nested.



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

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