Next: Host Association
Up: Program Units
Previous: External Function Example
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;
- usually the program unit which contains declaration;
- 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
Up: Program Units
Previous: External Function Example
Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 18:56:08 GMT 1996Not for commercial use.