<> <> MathEditor: CONFIGURATION IMPORTS Imager, ImagerFont, Rope, List, ImagerTransformation, TIPUser, ViewerOps, Vector, Convert, ImagerColor, Menus, PopUpMenu, Real, MessageWindow, ViewerTools, ImagerBackdoor, InputFocus, MathBox, MathRules, MathExpr, MathDisplayExpr, MathDB, MathConstructors, ViewExpr, MathCommunication, ViewExprOps EXPORTS MathConstructors, MathCommunication, ViewExpr CONTROL MathBoxImpl, MathRulesImpl, MathExprImpl, MathDisplayExprImpl, MathDBImpl, MathConstructorsImpl, ViewExprImpl, ViewExprOpsImpl, MathCommunicationImpl = BEGIN MathBoxImpl; MathRulesImpl; MathExprImpl; MathDisplayExprImpl; MathDBImpl; MathConstructorsImpl; ViewExprOpsImpl; ViewExprImpl; MathCommunicationImpl; END.