Copyright © 1996, 1997 Lucent Technologies Inc. All rights reserved.

6.7 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 may be specified to the Limbo compiler command. Include files may be nested.

05/Jun/97