home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!agate.berkeley.edu!dodd
- From: dodd@mycenae.cchem.berkeley.edu (Lawrence R. Dodd)
- Newsgroups: comp.lang.fortran
- Subject: Re: Real Programmers
- Date: 15 Dec 92 14:27:37
- Organization: Dept of Chemical Engineering, Polytechnic Univ, NY, USA
- Lines: 25
- Message-ID: <DODD.92Dec15142737@mycenae.cchem.berkeley.edu>
- References: <DODD.92Dec12062844@mycenae.cchem.berkeley.edu>
- <1992Dec14.235245.2307@ultb.isc.rit.edu>
- <DODD.92Dec15053719@mycenae.cchem.berkeley.edu>
- <1992Dec15.170343.10342@craycos.com>
- Reply-To: dodd@roebling.poly.edu
- NNTP-Posting-Host: mycenae.cchem.berkeley.edu
- In-reply-to: jrbd@craycos.com's message of 15 Dec 92 17:03:43 GMT
-
-
- >>>>> "James" == James Davies <jrbd@craycos.com> writes:
-
- James> In article <DODD.92Dec15053719@mycenae.cchem.berkeley.edu> dodd@roebling.poly.edu writes:
- >
- >>>>>> "Doctor" == Doctor FORTRAN <jsvrc@rc.rit.edu> writes:
- >
- > Doctor> 101 Format (100 (' :-)'), /, ' For the Humor-impared.')
- > Doctor> Write (Kout, 101)
- >
- > line 2: Error: attempt to use undefined variable "kout"
- > line 2: Error: bad unit specifier type in write statement
- > Compilation failed
-
- James> Real FORTRAN programmers always write to unit 6, and then bitch about
- James> the compiler being broken when it doesn't work. write(*,101) is for
- James> sissies :-)
-
- Real FORTRAN programmers don't use lowercase letters, no excess space, no
- commas unless the compiler complains, and no unit number that can be
- remembered. so
-
- 85367 FORMAT(100(':-)')/'FOR THE HUMOR-IMPARED.')
- WRITE(6,85367)
-
-