for (int %i = 0,%i < 5,inc %i) { bleh }

Most likely this would be

for (var %i = 0,%i < 5,inc %i) { bleh }

I also like the idea of for loops, and yes it has been suggested numerous times, but I've yet to hear Khaled respond to any of them smile