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