Ryan found this fun and entertaining blog entry. It's a look at dating geeks from the female side. I laughed all the way through it. I think she's got a compilation error in it (you'll see it once you read it), but her intent is in the right place.
No I'm pretty sure that the line: if(loveBoyfriend = 1) {learn();} won't compile. It's performing assignment instead of comparison -- at least by most languages I've run into.
2 comments:
No compile error, just run-time.
No I'm pretty sure that the line: if(loveBoyfriend = 1) {learn();} won't compile. It's performing assignment instead of comparison -- at least by most languages I've run into.
Post a Comment