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();
}
}
A new language for drinking and doing nothing in general.
public function(var person:Human, var awake:Boolean){
if(person == Awake) {
/* methods referrring to the coffee class */
coffee.drink();
cupsOfCoffee++;
} else{
coffee.monkeycoffee();
}
}
Posted by Mister Meat at 11:09 AM
Labels: coffee, monkey, too specific
1 comment:
This still sounds like a shitty vacation.
Post a Comment