for (Integer i = 0; i <= 100; i++) { System.debug(i); i++; // Increment inside the loop}
Standard input is empty
Standard output is empty
./prog:1: parse error, expected ')'
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!