Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles; site uiuccsb.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!inuxc!pur-ee!uiucdcs!uiuccsb!chaltas From: chaltas@uiuccsb.UUCP Newsgroups: net.jokes Subject: Re: How to tell if your stupid - (nf) Message-ID: <8700105@uiuccsb.UUCP> Date: Mon, 30-Apr-84 13:47:00 EDT Article-I.D.: uiuccsb.8700105 Posted: Mon Apr 30 13:47:00 1984 Date-Received: Fri, 4-May-84 00:33:48 EDT References: <872@brl-vgr.UUCP> Lines: 21 Nf-ID: #R:brl-vgr:-87200:uiuccsb:8700105:000:505 Nf-From: uiuccsb!chaltas Apr 30 12:47:00 1984 #R:brl-vgr:-87200:uiuccsb:8700105:000:505 uiuccsb!chaltas Apr 30 12:47:00 1984 /**** uiuccsb:net.jokes / fortune!mbr / 12:33 am Apr 28, 1984 ****/ "How to tell if you are stupid" Most of us are programmers. We wouldn't expect the "C" compiler to tolerate "misspellings" like: if (a = b) when what is intended is: if (a == b) /*-------*/ but the C compiler is very happy with if (a = b) If b happens to be 0, then the expression is false, else . . . (I know ... this doesn't belong here, but I can't resist flaming a flamer). uiucdcs!chaltas