mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-19 20:31:46 +02:00
5 lines
65 B
ObjectPascal
5 lines
65 B
ObjectPascal
const
|
|
MaxFloat80 = 1.1E+4932;
|
|
begin
|
|
Writeln(MaxFloat80);
|
|
end. |