5.1.7  Class Use Declarations For Acessing Global Micros


The class Use declaration is a restricted form of the procedure Use declaration. It only provides read-only access to Micro constants referenced in another class. Global variable, Structure, and Field declarations can use Micro constants in ther declarations. Declaration can take one of the following forms:


Subsequent Use and Alter declarations are processed by reading the preambles in the Classes in the order listed. There are three kinds of name conflicts that may occur when accessing Global Micros.


An imported declaration may contain references to Micros that are declared in the imported module or recursively in modules that the imported module imports. Any Micros that appear in imported declarations are defined in the context of the imported Class. Micros declared in the importing Class are discarded.

Global Variable Declaration

Class Body