Meddle:
CONFIGURATION
IMPORTS Imager, ImagerFont, Rope, List, ImagerTransformation, TIPUser, ViewerOps, Vector, Convert, ImagerColor, Menus, Icons, PopUpMenu, Real, MessageWindow, ViewerTools, ImagerBackdoor, InputFocus, MathBox, MathRules, MathExpr, MathDisplayExpr, MathDB, MathConstructors, ViewExpr, MathCommunication, ViewExprOps, IO, TEditFormatExtras, TextEdit, Commander, NodeProps
EXPORTS MathConstructors, MathCommunication, ViewExpr
CONTROL MathBoxImpl, MathRulesImpl, MathExprImpl, MathDisplayExprImpl, MathDBImpl, MathConstructorsImpl, ViewExprImpl, ViewExprOpsImpl, MathCommunicationImpl, MathToTioga, MakeMeddleViewer =
BEGIN
MathBoxImpl;
MathRulesImpl;
MathExprImpl;
MathDisplayExprImpl;
MathDBImpl;
MathConstructorsImpl;
ViewExprOpsImpl;
ViewExprImpl;
MathCommunicationImpl;
MathToTioga;
MakeMeddleViewer;
END.