var a,b,c: double;begina:=0.29;b:=0.20;c:=a-b;if c=0.09 then writeln('Ok') else writeln('Error');writeln(c);end.
Standard input is empty
Error 8.999999999999997E-002
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!