1: {
   2:   test of floating point exception handling
   3: }
   4: 
   5: program fpe(input, output);
   6: var x, y : real;
   7: begin
   8:     x := 1;
   9:     y := 0;
  10:     writeln(x/y);
  11: end.
Last modified: 1984-04-01
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1323
Valid CSS Valid XHTML 1.0 Strict