HP Fortran Programmer's Reference (September 2007)

HP Fortran statements
OPTIONAL (statement and attribute)
Chapter 10418
END IF
... ! Plot points
END SUBROUTINE plot
! Some valid calls to plot.
CALL plot (points)
CALL plot (observed, o_xaxis = 100., o_yaxis = 1000.)
CALL plot (random_pts, smooth = .TRUE.)
Related statements
SUBROUTINE and FUNCTION
Related concepts
For related information, see the following:
“Type declaration for intrinsic types” on page 109
Arguments” on page 171
The description of the PRESENT intrinsic in Chapter 11, “Intrinsic procedures,” on
page 501