Pascal Declare and Pascal Declarein

Indicates that an entity is declared (as opposed to defined). For example, an [EXTERNAL] declaration of a variable or routine creates a "declare" relation. For example:

Module SomeMod; 
   VAR 
      SomeVar : [EXTERNAL] Integer; 
   ... 
End.
Reference Kind
Entity Performing Reference
Entity Being Referenced
Pascal Declare
SomeMod
SomeVar
Pascal Declarein
SomeVar
SomeMod
 

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