Showing posts with label too specific. Show all posts
Showing posts with label too specific. Show all posts

Thursday, February 8, 2007

Coffee Revised for People who sleep very little


public function(var person:Human, var awake:Boolean){
if(person == Awake) {
/* methods referrring to the coffee class */
coffee.drink();
cupsOfCoffee++;
} else{
coffee.monkeycoffee();
}
}