Pascal Set Init and Pascal Setby Init

Indicates a variable is initialized in its definition. For example:

PROCECURE SOMEPROC; 
   VAR  
     SOME_VAR : INTEGER := 0; 
   BEGIN 
     ... 
   END;
Reference Kind
Entity Performing Reference
Entity Being Referenced
Pascal Set Init
SOMEPROC
SOME_VAR
Pascal Setby Init
SOME_VAR
SOMEPROC
 

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