ScaldIO.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Barth, July 18, 1986 9:43:04 am PDT
ScaldIO: CEDAR DEFINITIONS = BEGIN
SaveCellType:
PROC [cellType: Core.CellType, fileName: Core.
ROPE ←
NIL];
fileName=NIL => fileName ← Rope.Cat[CoreOps.GetCellTypeName[cellType], ".scald"]
END.