<> <> <> <> <<>> DIRECTORY IO USING [STREAM], Rope USING [ROPE]; PDUser: DEFINITIONS = BEGIN <> TalkWithUser: PROC [stream: IO.STREAM]; <> <> PrintFile: PUBLIC PROC [fileName: Rope.ROPE, stream: IO.STREAM, waitUntilCompleted: BOOL _ FALSE]; END.