fpc/tests/webtbs/tw0814.pp
2000-11-30 22:38:14 +00:00

5 lines
65 B
ObjectPascal

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