void day(){ eat(food); drink(water || beer); learn(programming); }
int main(){ while(1 and !night()) { day(); } }