View Single Post
Old 02-14-2008, 11:54 PM   #30
creekster
Senior Member
 
creekster's Avatar
 
Join Date: Aug 2005
Location: the far corner of my mind
Posts: 8,711
creekster is an unknown quantity at this point
Default

Quote:
Originally Posted by pelagius View Post
Code:
int RockyResponds = 1;
 
while (RockyResponds) {
   for (int x = 0; x < 1000000000; ++x) {
      if (RespondToRocky) {
         break;
      }       
   }    
 
   If (RespondToRocky) {
        RockyResponds = 1;
   }   
}
You're right that is funnier.

**please pardon the use of the exit statement

Be careful, if you laugh too hard, your pocket protector will fall out of your pocket thereby risking that your pens will get out of order.
__________________
Sorry for th e tpyos.
creekster is offline   Reply With Quote