END MODULE statement

Standard: F77 F90 F95 F2003 F2008 F2018 Example program


<Syntax>

END [ MODULE [ module-name ] ]

The blank between END and MODULE is optional.

<Semantics>

The END MODULE statement marks the end of a module program unit. A module program unit may contain named constants, type definitions, variables and procedures for use by other program units.

<Related>

END statement, MODULE statement