proper for would look and execute better then $for
Quote:

Code:
//echo -a $for(var %x = 1,%x <= 5,inc %x,%x)



or

Code:
for (var %x = 1;%x <= 5;inc %x) echo -a $v1


without trying to be an ass or rude: $while/$for seems like a stupid idea to me.