END INTERFACE statement
Standard: F77 F90 F95 F2003
  Example Program
<Syntax>
END INTERFACE [ generic-spec ]

The blank between END and INTERFACE is optional.

The generic-spec shall only appear if the same generic-spec appeared on the matching INTERFACE statement.
<Semantics>
The END INTERFACE statement marks the end of an INTERFACE block. The interface block may be an abstract interface block, a specific interface block or a generic interface block. If it is a generic interface block the same generic-spec may be specified on the END INTERFACE statement, but this is not required.
<Related>
INTERFACE statement, INTERFACE ASSIGNMENT statement, INTERFACE OPERATOR statement, MODULE PROCEDURE statement