LFUtil.mesa
Michael Plass, July 5, 1983 9:29 am
LFUtil:
CEDAR
DEFINITIONS ~
BEGIN
GetArea:
PROC
RETURNS [sMin, fMin:
INTEGER, sSize, fSize:
NAT];
Prompts the user to indicate a rectangular portion of the screen. Origin is at the upper-left.
END.