try { while(hair.isDirty() && !shampoo.isEmpty() && tap.waterStillHot()){ hair.wash(); hair.rinse(); }} catch(sexException) { self.f___(spouse); } // spouse showed in in mid-rinse catch(deathException) { spouse.arrangeForBurial(self); } // user died while showering
try {
Jan 29 2016, 10:51while(hair.isDirty() && !shampoo.isEmpty() && tap.waterStillHot()){
hair.wash();
hair.rinse();
}}
catch(sexException) { self.f___(spouse); } // spouse showed in in mid-rinse
catch(deathException) { spouse.arrangeForBurial(self); } // user died while showering