SIPackage.Config
Last Edited by: Spreitzer, May 9, 1986 11:03:01 pm PDT
DIRECTORY
MesaTab: FROM "PPMesaTab";
SIPackage: CONFIG
IMPORTS AMBridge, AMModel, AMTypes, BackStop, BBUrpEval, CBinary, Commander, CommandTool, EvalQuote, FS, InterpreterOps, InterpreterPrivate, IntHashTable, IO, List, PPP1, PPTreeOps, PrincOpsUtils, PrintTV, Process, ProcessProps, Real, Rope, SafeStorage, SymTab, WorldVM
EXPORTS StatementInterpreter, StatementInterpreterPrivate
CONTROL StatementCommands, TransferStatements =
BEGIN
StatementCommands;
TransferStatements;
MesaTab [] LINKS: FRAME;
END.