<> <> <> <> <<>> <> <> DIRECTORY CD USING [Design, Rect], Imager USING [Rectangle], Rope USING [ROPE]; Nectarine: CEDAR DEFINITIONS ~ BEGIN invalidPrinter, communicationsFailure, tooComplex: SIGNAL; DoInterpress: PROC [design: CD.Design, chipNDaleWindow: CD.Rect, clip, onlySel: BOOL _ FALSE, abortFlag: REF BOOL] RETURNS [masterName: Rope.ROPE, usedField: Imager.Rectangle]; <> <> <> <> Print: PROC [masterName: Rope.ROPE, printerKey: ATOM, copies: INT _ 1] RETURNS [peachName: Rope.ROPE] <> END.