<<>> <> <> <> <> <> <<>> DIRECTORY Rope USING [ROPE]; PreDebugPrivate: CEDAR DEFINITIONS = BEGIN <> IJustToldTheUser: PROC [msg: Rope.ROPE]; <> <> <> <<>> LastMessage: PROC [] RETURNS [Rope.ROPE]; <> <<>> SystemPutRope: PROC [r: Rope.ROPE]; <> <> <<>> Debug: PROC []; <> <<>> ExitThread: PROC []; <> END.