Calling up subroutines
Quick reference
To call a subroutine, type:
call name [(arguments)]
To use any subroutine, enter the call statement at the point at which the routine is required. The call statement says:
call routine[(arguments)]
routine
arguments
Any other items of information required by the routine. These vary from routine to routine.
See also