mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 03:30:34 +01:00
6 lines
66 B
ObjectPascal
6 lines
66 B
ObjectPascal
const
|
|
MaxFloat80 = 1.1E+4932;
|
|
begin
|
|
Writeln(MaxFloat80);
|
|
end.
|