Pascal Call and Pascal Callby

Indicates an invocation of a function or procedure. For example:

Module SomeMod; 
   Procedure Proc1; 
      Begin 
      ... 
      End; 
   Procedure Proc2; 
      Begin 
 Proc1; 
      End; 
End. 
Reference Kind
Entity Performing Reference
Entity Being Referenced
Pascal Call
Proc2
Proc1
Pascal Callby
Proc1
Proc2
 

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