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

Implementation Section

The implementation section within a Limbo module states which module is being implemented. It primarily consists of the implement statement, such as:

	implement Greet;

By convention, the include statements are also within the implementation section. For example:

	include "sys.m";
	include "draw.m";



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

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