Game Editor discussion board
Skip to content
by poopbrigade » Tue Feb 16, 2010 1:49 pm
by Bee-Ant » Tue Feb 16, 2010 5:57 pm
int i,j;for(i=0;i<j;i++){//action here}
int i,j;do{//action here}while (i<j);
by thunderios » Tue Feb 16, 2010 6:15 pm
int i=0;while (i<10){ x += 5; i++;}
by Bee-Ant » Tue Feb 16, 2010 6:24 pm
by poopbrigade » Wed Feb 17, 2010 11:07 am
Return to General
Users browsing this forum: No registered users and 1 guest