Data editing > Using subroutines in the edit > Calling up subroutines
 
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
The subroutine to be used: see Subroutines in the Quantum library.
arguments
Any other items of information required by the routine. These vary from routine to routine.
See also
Using subroutines in the edit