next up previous contents
Next: Modules - General Form Up: Array ArgumentsIntrinsics and 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:




next up previous contents
Next: Modules - General Form Up: Array ArgumentsIntrinsics and Previous: Array-valued Functions

Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 15:03:35 GMT 1996
Not for commercial use.