<> <> DIRECTORY PDInterpBasic; PDInterpInput: DEFINITIONS = BEGIN <> Handle: TYPE = LONG POINTER TO Rep; Rep: TYPE; GetBlock: PROC [handle: Handle, dest: LONG POINTER, sourceIndex: INT, words: INT] RETURNS [wordsRead: INT]; <> ReportStatus: PROC [handle: Handle, status: PDInterpBasic.Status, queueSize: NAT, queuePosition: NAT, page, pass, sourceIndex: INT] RETURNS [abort: BOOLEAN]; <> <> END.