mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-07 10:00:35 +01: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.
|