View Single Post
Old 11-09-2007, 10:29 AM   #25570
Squinky
Unreliable Narrator
 
Squinky's Avatar
 
Join Date: Apr 2004
Location: Le Canada
Posts: 9,873
Send a message via AIM to Squinky Send a message via MSN to Squinky
Default

Code:
while (true)
{
    printf("Pieces of %d.", i);
    i++;
}
__________________
Squinky is always right, but only for certain values of "always" and "right".
Squinky is offline