END BLOCK statement

Standard: F77 F90 F95 F2003 F2008 Example program


<Syntax>

END BLOCK [ block-construct-name ]

The blank between END and BLOCK is optional. The block-construct-name shall appear if and only if the BLOCK construct is named.

<Semantics>

The END BLOCK statement marks the end of a BLOCK construct.

<Related>

BLOCK construct