mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 10:28:15 +02:00
9 lines
100 B
ObjectPascal
9 lines
100 B
ObjectPascal
{ Old file: tbs0275.pp }
|
|
{ too many warnings }
|
|
|
|
var
|
|
d : single;
|
|
begin
|
|
writeln(longint(d));
|
|
end.
|