Me: Hello?
Them: Is Denny there?
Me: You guys need to quit calling this number. There is no Denny here. You need to inform whoever gave you this number that THERE IS NO DENNY HERE!
Them: Ok, sir.
Me: Got it?
Them: Yes sir.
**CLICK**
while(!myFeelings.Expressed) {
if(myFeelings.time_known_other_person_without_telling > "1 year") {
if(Question("Should I tell them?")) {
ExpressFeelings();
myFeelings.Expressed = true;
} else {
myFeelings.Expressed = false;
myFeelings.time_known_other_person_without_telling += "1 more day";
}
}
}
So I'm a geek.. Sue me...