Previous Topic: Module Definitions

Next Topic: Imports


Exports

The module body begins with an optional export sequence. This declares those definitions from within the module that are externally referencable. It takes the form:

EXPORTS symbol < ,symbol,symbol,...,symbol >

where each symbol is a typeReference or valueReference from the module body.