<> <> <> DIRECTORY DB, IO, Rope, ViewerClasses; SquirrelTool: DEFINITIONS = { OPEN DB; stopped: READONLY BOOLEAN; squirrel: ViewerClasses.Viewer; -- the Squirrel viewer, NIL if not open squirrelOut: IO.STREAM; -- the Squirrel output stream (may be IO.NoWhereStream) }.