Jovial Call and Jovial Callby

Indicates an invocation of a subroutine. For example:

PROC P1; 
   BEGIN 
   ... 
   END; 
 
PROC P2; 
   BEGIN 
   P1; 
   END;
Reference Kind
Entity Performing Reference
Entity Being Referenced
Jovial Call
P2
P1
Jovial Callby
P1
P2
 

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