mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 19:39:33 +02:00
12 lines
168 B
ObjectPascal
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.
|