INTERFACEAn implementation of the built-in Unit module.UnitImpl ;
IMPORT View, JunoScope; PROCEDURE New(rt: View.Root): JunoScope.Mod;
Return a module entity containing bindings for procedures implementing theUnit
module that operate on the drawing viewrt.currView
.
END UnitImpl.