<> <> <> <> PipalPackage: CONFIGURATION IMPORTS BiScrollers, Cursors, Menus, Geom2D, Imager, ImagerBackdoor, ImagerColor, ImagerFont, ImagerSample, ImagerTransformation, InputFocus, IO, List, Menus, MessageWindow, Process, ProcessProps, Real, RefTab, Rope, RopeHash, SafeStorage, SymTab, TerminalIO, TIPUser, VFonts, ViewerOps EXPORTS ALL CONTROL -- order is significant! PipalImpl, PipalIntImpl, PipalRealImpl, PipalOpsImpl, PipalPaintImpl, PipalMutateImpl, PipalOverlayMutantImpl, PipalWBImpl, PipalMaskImpl, PipalEditImpl, PipalOverlayEditorImpl, PipalTextMutantImpl, PipalTextEditorImpl = BEGIN PipalImpl; PipalIntImpl; PipalRealImpl; PipalOpsImpl; PipalPaintImpl; PipalMutateImpl; PipalOverlayMutantImpl; PipalWBImpl; PipalMaskImpl; PipalEditImpl; PipalOverlayEditorImpl; PipalTextMutantImpl; PipalTextEditorImpl; END.