Frame 1:
function maritalResponse(thought) {
try {
// never offend wife
if (isHurtful(thought)) {
throw new Error();
}
...
Frame 2:
// don't argue
if (contradictsWife(thought)) {
throw new Error();
}
...
Frame 3:
Red: I'm fat.
} catch (e) {
echo 'I Love You';
}
Frame N:
finally { thought=null; echo 'I Love You'; }
2007-06-27 12:00:00 GMT-5
Character acrobots by Hog Wild purchased at ThinkGeek.
These comics licensed under a
Creative
Commons Attribution-Noncommercial-No Derivative Works 3.0
License.
This means
you're free to copy and share these comics (but not to sell them or alter them).