END CRITICAL statement

Standard: F77 F90 F95 F2003 F2008 Example program


<Syntax>

END CRITICAL [ construct-name ]

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

<Semantics>

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

<Related>

CRITICAL construct