mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-14 23:52:36 +02:00
6 lines
52 B
ObjectPascal
6 lines
52 B
ObjectPascal
var
|
|
d : single;
|
|
begin
|
|
writeln(longint(d));
|
|
end.
|