インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
Statement: Specifies mapped field declarations that are part of a UNION declaration within a STRUCTURE declaration.
UNION
MAP
CHARACTER*20 string
END MAP
INTEGER*2 number(10)
END UNION
RECORD /Cartesian/ xcoord, ycoord
RECORD /Polar/ length, angle