Pascal Inheritenv and Pascal Inheritenvby

Indicates that an environment is inherited by a module or program. For example:

[ENVIRONMENT ('env1')] 
MODULE MOD1; 
... 
END. 
 
[INHERIT ('env1')] 
MODULE MOD2; 
... 
END.
Reference Kind
Entity Performing Reference
Entity Being Referenced
Pascal Inheritenv
MOD2
env1
Pascal Inheritenvby
env1
MOD2
 

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