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 theUnitmodule that operate on the drawing viewrt.currView.
END UnitImpl.