Snippet from Person class (intelligently designed by the Creator)
May. 26th, 2009 | 03:05 pm
mood:
bored
while(this.alive) {
try {
sleep();
eat();
work();
reproduce();
} catch (SenceNotFoundException e) {
// TODO ?? perhaps this.alive = false?
}
}
