$SAVE NOLIST rq$suspend$task: PROCEDURE( task$t, except$ptr ) EXTERNAL; DECLARE task$t TOKEN, except$ptr POINTER; END rq$suspend$task; $RESTORE