next up previous contents
Next: Modules - General Form Up: Fortran 90 Previous: Array-valued Functions

 

Modules

 

Modules are new to Fortran 90. They have a very wide range of applications and their use should be encouraged. They allow the user to write object based code which is generally accepted to more reliable, reusable and easier the write than regular code.

A MODULE is a program unit whose functionality can be exploited by any other program unit which attaches it (via the USE statement). A module can contain the following:

Return to corresponding overview page gif




next up previous contents
Next: Modules - General Form Up: Fortran 90 Previous: Array-valued Functions

©University of Liverpool, 1997
Wed May 28 20:20:27 BST 1997
Not for commercial use.