more....
Syntax:
continue;
for(loop=0;loop<100;loop++ { if(loop==50 continue; printf("%i\n",loop); }
joe=0; while(joe<1000) { for(zip=0;zip<100;zip++) { if(joe==500) continue; printf("%i\n",joe); } joe++; }
more......
Copyright © 1999-2011 www.hobbyprojects.com (All rights reserved)