use {Class ('*' | ('/' Global ...)} [, ...]
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:
Class* Reference all Global Micros in a Class. Class Explicitly reference a Global Micro whose name is the same as the Class. Class/ Global ... Explicitly reference One or more Global Micros in a Class
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.