Escape Procedure
int decide_career() {
if(my_mind.alter(get_opinion("Fanchun"))) {
stay_in_phd();
return -1;
} else {
confirm("parents");
try {
notify("advisor");
notify("pastor");
} catch ( RejectionException e ) {
ignore(e);
}
do {
jobs = search("job");
foreach(job in jobs) {
job.apply();
if (job.hired()) {
hired = true;
break;
}
}
} until(time(NULL) > 1249102800);
if (!hired) {
goto KOREA;
return 1;
}
return 0;
}
}
Yeah... that about sums it up. -_-;;
Loading Comments...