if (person = terrorist) {
punish_severely();
} else {
exit(-1);
}
Yes, you have to be a geek to understand it. (click on the code for more info)
Kind of like a soap opera, only without the drama, and I'm not that pretty.
if (person = terrorist) {
punish_severely();
} else {
exit(-1);
}
1 comment:
One of the comments posted on boingboing.net:
Todd Ogrin says,
The part that worries me most about the code snippet is that "punish_severely()" takes no parameters. Assignment error aside, I would expect it to say "punish_severely(terrorist);"
However, as it stands, all we know is that someone, somewhere is being punished severely, with no apparent relation to their status as a terrorist.
I feel safer already.
Post a Comment