<< JunoGerm.mesa>> << >> <> <> << This file calls ViewRec on Juno's buttons>> DIRECTORY ViewRec, JunoButtons; JunoGerm: PROGRAM IMPORTS ViewRec, JunoButtons = BEGIN JunoButtons.StartOver[]; [] _ ViewRec.ViewInterface [name: "JunoButtons", viewerInit: [iconic: FALSE, name: "Juno Buttons"]]; END. << Edited March 7, 1984 2:31:25 am PST by Stolfi>> <>