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