INTERFACE JunoRect;
JunoRect.T
IMPORT JunoValue; TYPE T = RECORD west, east, north, south: JunoValue.Real END; END JunoRect.