Russ Whitaker russ@ashlandhome.net wrote :
The problem is "A <> B": adding two lines to program writeln('A= ', A); writeln('B= ', B); and I got:
A= 1.030000000000000e+02 B= 1.030000000000000e+02 Failed
You'll see the difference with : Writeln('A = ',A:32); Writeln('B = ',B:32); or with Writeln('A - B = ',A-B);
Hope it helps.
-- «Couperin»