<> <> <> <> <> <> <> DIRECTORY Rope USING [MaxLen, ROPE], TextNode USING [Node], UndoEvent USING [Event]; AbbrevExpand: CEDAR DEFINITIONS = BEGIN ROPE: TYPE = Rope.ROPE; MaxLen: INT = Rope.MaxLen; Event: TYPE = UndoEvent.Event; <> <> <> <> Load: PROC [fileName, dictName: ROPE, start: INT _ 0, len: INT _ MaxLen] RETURNS [count: NAT]; <> <> Clear: PROC [dictName: ROPE]; <> IllFormedDef: ERROR; <=, then get error>> <> <> <