Showing posts with label chips. Show all posts
Showing posts with label chips. Show all posts

Monday, February 12, 2007

function eatChip();



int numberOfChips = 60;

for (i=0; i <= numberOfChips, i++){
if (Fingers.greasy != 1){
eatNextChip();
}
else if (Fingers.greasy == 1){
Pants.wipeFingers();
Fingers.greasy = 0;
}
}