// Hello World program for (var i = 0; i<3; i++) { puts ("Hello World "+i); } alert ("Done!");