-- Juno2Top.mesa
-- Last Edited by: Gnelson, December 10, 1983 4:31 pm
DIRECTORY Rope, JunoBind;
Juno2Top: DEFINITIONS = {OPEN JB: JunoBind;
ReadEvalPrint: PROC[prompt: Rope.ROPE, env: JB.Alist, defs: REF] RETURNS [al: JB.Alist];
Print2: PROC[l: LIST OF REF]; -- prints into the juno interpreter window
Parse2: PROC[]; -- parses active.juno2
al: JB.Alist; -- alist representing environment of top-level variables
}.