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