  Call Tree? (Pascal) 
 The Question is:
 
Can the pascal compiler generate a calltree listing. So one can see which
 procedures/functions are called by a procedure/function?
 
 
 The Answer is :
 
  Perhaps a cross reference listing will suffice?
 
    	PASCAL/LIST/CROSS_REFERENCE
 
  Alternatively, the DECset product PCA tool may be of interest.
 
 Answer written or last revised on  18-FEB-2002 
