HP Fortran Programmer's Reference (September 2007)

HP Fortran statements
ENTRY
Chapter 10352
Here are examples of CALL statements associated with the preceding example:
CALL push(10)
CALL push(15)
CALL pop(I)
CALL pop(J)
Related statements
FUNCTION, SUBROUTINE, and CALL
Related concepts
For information about external procedures, see “External procedures” on page 161.