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