fpc/tests/webtbs/tbug814.pp
2000-01-31 00:19:15 +00:00

5 lines
65 B
ObjectPascal

const
MaxFloat80 = 1.1E+4932;
begin
Writeln(MaxFloat80);
end.