<> <> PlotPackage: CONFIGURATION IMPORTS BasicTime, Menus, Imager, ImagerBackdoor, ImagerFont, IO, PriorityQueue, Process, Real, RealFns, RealVec, VFonts, ViewerMenus, ViewerOps EXPORTS Plotter, RealEvent, RealVec, RefAnyStream, Timer CONTROL CoForkImpl, TimerImpl, RefAnyStreamImpl, RealVecImpl, RealEventImpl, PlotterImpl = BEGIN CoForkImpl; PlotterImpl; RealEventImpl; RealVecImpl; RefAnyStreamImpl; TimerImpl; END.