4.2 MODULE Variables

Each MODULE becomes a Fortran 77 BLOCK DATA whose name is the same as the MODULE.

All MODULE variables not declared as part of a COMMON block will be placed in a COMMON block with the name of the MODULE. Any program unit which has a USE of that MODULE will have all relevant COMMON declarations inserted.

MODULE variables have the MODULE name prepended with an intervening punctuation character.


Previous Page | Next Page | Contents | Index |
Command-Line Qualifiers

Copyright © Digital Equipment Corporation. 1999. All Rights Reserved.