LFUtil.mesa
Michael Plass, July 5, 1983 9:29 am
Last Edited by: Beach, August 19, 1983 2:12 pm
LFUtil: CEDAR DEFINITIONS ~ BEGIN
AbortAdjust: SIGNAL;
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.