
Pity the poor baker who had to ice USB logos, smiley-emoticons, power symbols, @ signs and all that syntax. Guess it was easier than icing that dead AT-AT, mind. [Wedinator - Thanks, Kate!]
Advertisement
Pity the poor baker who had to ice USB logos, smiley-emoticons, power symbols, @ signs and all that syntax. Guess it was easier than icing that dead AT-AT, mind. [Wedinator - Thanks, Kate!]
DISCUSSION
I would've done a while loop instead of a do...while.
while (!death) //tighten up that code
{
have_and_hold();
love_and_cherish();
}
That way you don't accidentally end up with a zombie. The do loop will run at least once no matter what.