FORTRAN 77 Language Reference

END UNION

The END UNION @ statement terminates the UNION statement and requires the following syntax:

END UNION

Description

See "UNION and MAP" for more information.

Example


       UNION 
       MAP 
              CHARACTER*16 
       END MAP 
       MAP 
              INTEGER*2    CREDITS 
              CHARACTER *8 GRAD_DATE 
       END MAP 
       END UNION