RoseStateIO.Mesa
Last Edited by: Spreitzer, March 18, 1983 1:14 pm
DIRECTORY
Rope, Rosemary;
RoseStateIO: DEFINITIONS =
BEGIN
ROPE: TYPE = Rope.ROPE;
Cell: TYPE = Rosemary.Cell;
Save: PROC [cell: Cell, fileName: ROPE] RETURNS [errMsg: ROPE];
Restore: PROC [cell: Cell, fileName: ROPE] RETURNS [errMsg: ROPE];
END.