kertoip

35
reputation
7
if(night)
{
  if(kidsAllowIt)
    me.sleep();
  else 
    me.playToExhaustion();   
}
else
  if(atWork)
    me.work(programming);
  else
    me.havingFun(playingWithKids);