program azman;var i : integer; a : string;begin readln (a); for i:= lenght(a) downto 1 do write(a(i)); writeln();end.
Standard input is empty
prog.nim(1, 7) Error: undeclared identifier: 'program'
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!