fpc/bugs/bug0275.pp
1999-07-24 11:29:47 +00:00

6 lines
52 B
ObjectPascal

var
d : single;
begin
writeln(longint(d));
end.