for(int i = 0;i < 10; i+=3){ println("I am number " + i); } //This would print: // I am number 0 // I am number 3 // I am number 6 // I am number 9
This sketch is running in HTML5 using Processingjs.
To tweak this sketch, first download it.
Make your updates, then upload your tweak!
Preview