mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-30 22:42:33 +02:00
5 lines
65 B
ObjectPascal
5 lines
65 B
ObjectPascal
const
|
|
MaxFloat80 = 1.1E+4932;
|
|
begin
|
|
Writeln(MaxFloat80);
|
|
end. |