Pascal Typed and Pascal Typedby

Indicates that an entity was used as the type in a variable or function declaration. For example:

MODULE SOME_MOD; 
   TYPE 
     MONTH = 1..12; 
   VAR 
     SOME_VAR : MONTH; 
   END.
Reference Kind
Entity Performing Reference
Entity Being Referenced
Pascal Typed
SOME_VAR
MONTH
Pascal Typedby
MONTH
SOME_VAR
 

Scientific Toolworks, Inc.
http://www.scitools.com