begin   
comment underflow exception unfl;
comment ovfl exception is not defined in awe;
	real a, b, c;
	a := 1.0'200;
	b := 1.0'-200;
	c := b/a;
	write("result=", c);
end.
