fpc/bugs/bug00061.pp
1998-03-25 11:26:49 +00:00

9 lines
73 B
ObjectPascal

var
r : double;
s : string;
begin
r:=1234.0;
str(r,s);
end.