summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw0814.pp
blob: db425b48056abe3ce386aaf14fe29c387841bfbc (plain)
1
2
3
4
5
const
  MaxFloat80 = 1.1E+4932;
begin
  Writeln(MaxFloat80);
end.