|
@@ -1,6 +1,7 @@
|
|
{ Source provided for Free Pascal Bug Report 3217 }
|
|
{ Source provided for Free Pascal Bug Report 3217 }
|
|
{ Submitted by "C Western" on 2004-07-18 }
|
|
{ Submitted by "C Western" on 2004-07-18 }
|
|
{ e-mail: [email protected] }
|
|
{ e-mail: [email protected] }
|
|
|
|
+{$mode objfpc}
|
|
function TT(I:Integer):Double;
|
|
function TT(I:Integer):Double;
|
|
begin
|
|
begin
|
|
Result := (I+0.2)*(I+0.3)+(I+0.5);
|
|
Result := (I+0.2)*(I+0.3)+(I+0.5);
|