Comment Re:time to debug (Score 1) 264
if (female.sees(me) {
female.swoon();
}
to
if (female.sees(me) {
female.swoon();
} else {
me.gay();
}
In seeking the unattainable, simplicity only gets in the way. -- Epigrams in Programming, ACM SIGPLAN Sept. 1982