fpc/tests/tbs/tb0054.pp
2000-11-30 22:38:14 +00:00

12 lines
168 B
ObjectPascal

{ Old file: tbs0061.pp }
{ shows wrong errors when compiling (NOT A bugs) OK 0.99.1 }
var
r : double;
s : string;
begin
r:=1234.0;
str(r,s);
end.