Synthesizer.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Polle Zellweger (PTZ) July 17, 1986 3:11:35 pm PDT
DIRECTORY
Rope USING [ ROPE ]
;
Synthesizer: CEDAR DEFINITIONS = {
BreakText: PROC [text: Rope.ROPE, maxlen: INT] RETURNS [packet, remainder: Rope.ROPE];
}.
Polle Zellweger (PTZ) July 17, 1986 3:10:51 pm PDT
changes to: DIRECTORY, Synthesizer, BreakText