HP Fortran Programmer's Reference (September 2007)

HP Fortran statements
END (structure definition, extension)
Chapter 10344
END (structure definition, extension)
Terminates the definition of a structure or union.
Syntax
END
record-keyword
record-keyword
is one of the keywords MAP, STRUCTURE, or UNION.
Description
The END (record definition) statement is an HP Fortran extension that is used to delimit the
definition of a structure (END STRUCTURE) or a union within a structure (END UNION and END
MAP). For more information, refer to “STRUCTURE (extension)” on page 465.
Related statements
INTERFACE, STRUCTURE, and UNION