mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 16:47:53 +02:00
6 lines
66 B
ObjectPascal
6 lines
66 B
ObjectPascal
const
|
|
MaxFloat80 = 1.1E+4932;
|
|
begin
|
|
Writeln(MaxFloat80);
|
|
end.
|