For Loop by chocobi

main(c){printf(c-11?"%*sfor v%d = %d to 9\n":"%*sprint v1,v2,v3,v4,v5,v6,v7,v8,v9,v10\n",c*2-2,"",c,c==1);c<11&&printf("%*snext\n",c*2-2,"",main(c+1));}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page