HP Fortran Programmer's Reference (September 2007)

HP Fortran statements
MAP (extension)
Chapter 10398
MAP (extension)
Defines a union within a structure.
Syntax
MAP
field-def
...
END MAP
field-def
is one of the following:
A type declaration statement
Another nested structure
A nested record
A union definition
Description
The MAP statement is an HP compatibility extension that is used with the UNION statement to
define a union within a structure. For detailed information about the MAP and UNION
statements, see “STRUCTURE (extension)” on page 465.