René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

for [JavaScript snippet]

function main() {
  for (var i=0; i<10; i++) {
     txt_out(i)
  }
}