home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: alt.kids-talk
- Path: sparky!uunet!usc!rpi!liebea
- From: liebea@rebecca.its.rpi.edu (Adam Fred Lieberman)
- Subject: Re: *** shoot yourself in the foot
- Message-ID: <lhm3-f@rpi.edu>
- Nntp-Posting-Host: rebecca.its.rpi.edu
- Organization: Rensselaer Polytechnic Institute, Troy, NY
- References: <ZL2qXB18w165w@mertwig.uucp>
- Date: Sun, 24 Jan 1993 06:28:13 GMT
- Lines: 21
-
- In article <ZL2qXB18w165w@mertwig.uucp> daniel%mertwig@uunet.uu.net (Daniel Drucker) writes:
- > ...
- > The C programmer tends to put "()" after every major verb
- > when they talk or write: "are you going() to see() NWA tommorow?
- > I'll try() to get() tickets!"
-
- Shouldn't that be: "are you going(to see(NWA,tomorrow))?"
- "I'll try(to get(tickets))!"
-
- Which really should be:
- if (is_going(you,to_see(NWA,tomorrow))) /* Are you going to see NWA
- tomorrow? */
- announce_intention_to_try(to_get(tickets)); /* I'll try to get
- tickets! */
-
- /* The sad thing is that even this won't work. */
-
- /************************
- * Adam Lieberman *
- * liebea.rpi.edu *
- ************************/
-