fpc/tests/webtbs/tw0814.pp
2002-09-07 15:40:30 +00:00

6 lines
66 B
ObjectPascal

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