hey look at all the crap we keep blasting into space?
Name:
Anonymous2013-04-17 10:36
Is it possible to have a loop with no stopping/starting condition? I want to loop a portion of code but my stopping condition is in that code, not in the loop's header. I want the header to not have a comparison for efficiency, something like while(){ }, which doesn't compile.