tw16315a.pp 73 B

123456789
  1. program test;
  2. uses
  3. Math;
  4. var
  5. D: Double;
  6. begin
  7. D := Infinity;
  8. end.