File SquirrelTool.mesa
Last Edited by: Donahue, June 20, 1983 10:38 am
Last Edited by: Cattell, June 3, 1983 12:18 pm
DIRECTORY DB, IO, Rope, ViewerClasses;
SquirrelTool: DEFINITIONS = {
OPEN DB;
***********************************************
erasing (see NutDump for dumping); prints a message for each domain or relation
***********************************************
EraseDomains: PROC[dl: LIST OF Domain];
EraseRelations: PROC[rl: LIST OF Relation];
stopped: READONLY BOOLEAN;
squirrel: ViewerClasses.Viewer; -- the Squirrel viewer, NIL if not open
squirrelOut: IO.STREAM; -- the Squirrel output stream (may be IO.NoWhereStream)
}.