<> <> <> DIRECTORY PDInterpReader, PDQueue; PDInterpPage: DEFINITIONS = BEGIN InterpretPage: PROC [handle: PDInterpReader.Handle, request: PDQueue.Request, abort: LONG POINTER TO BOOLEAN] RETURNS [ok: BOOLEAN]; <> <> <> <> END.