END ASSOCIATE statement

Standard: F77 F90 F95 F2003 F2008 F2018 Example program


<Syntax>

END ASSOCIATE [ construct-name ]

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

<Semantics>

The END ASSOCIATE statement marks the end of an ASSOCIATE construct.

<Related>

ASSOCIATE construct