Previous Topic: Exports

Next Topic: Type Assignments


Imports

Exports are followed by an optional import sequence. This declares those external definitions that are required to complete the definitions within this module. It takes the form:

IMPORTS symbol < ,symbol,symbol,...,symbol > FROM module
     <  symbol < ,symbol,symbol,...,symbol > FROM module >

where symbol is a typeReference or valueReference defined in the identified module which is a module identifier.