Next: Host Association - Global
Up: Program Units
Previous: Argument Intent
Fortran 90 is not a traditional block-structured language:
- the scope of an entity is the range of program unit
where it is visible and accessible;
- internal procedures can inherit entities by host association.
- objects declared in modules can be made visible by
use-association (the USE statement) -- useful for global data;
For more information, click here
Next: Host Association - Global
Up: Program Units
Previous: Argument Intent
©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997Not for commercial use.