program Hello;var a, b:integer;begina:=4; b:=6;repeat b:=a-b;writeln('a = ',a,' b = ',b);until a<b;end.
Standard input is empty
a = 4 b = -2 a = 4 b = 6
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!