HP Fortran Programmer's Reference (September 2007)

HP Fortran statements
TYPE (declaration)
Chapter 10 483
TYPE (Point) a, b, t(100,100)
! Three variables of type Point
b = Point(0.,0.,Polar(0.,0.))
! Use of nested structure constructors.
Related statements
INTERFACE, PRIVATE, PUBLIC, SEQUENCE, and TYPE (definition)
Related concepts
For information about derived types, see “Derived types” on page 123.