HP Fortran Programmer's Reference (September 2007)

HP Fortran statements
DIMENSION (statement and attribute)
Chapter 10 325
! overrides specifier (10,20) for tb declaration only
LOGICAL, DIMENSION(10,20) :: ta, tb(10,10), tc
Related statements
ALLOCATABLE, COMMON, POINTER, TARGET, TYPE, and the type declaration statements
Related concepts
For related information, see the following:
“Type declaration for intrinsic types” on page 109
Chapter 11, “Intrinsic procedures,” on page 501
The following array-inquiry intrinsics described in Chapter 11:
LBOUND
RESHAPE
SHAPE
SIZE
UBOUND