home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / fortran / 4717 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  1.2 KB

  1. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!ames!agate!agate.berkeley.edu!dodd
  2. From: dodd@mycenae.cchem.berkeley.edu (Lawrence R. Dodd)
  3. Newsgroups: comp.lang.fortran
  4. Subject: Re: Real Programmers
  5. Date: 15 Dec 92 05:37:19
  6. Organization: Dept of Chemical Engineering, Polytechnic Univ, NY, USA
  7. Lines: 16
  8. Message-ID: <DODD.92Dec15053719@mycenae.cchem.berkeley.edu>
  9. References: <1992Dec12.023814.21077@news.Hawaii.Edu> <1992Dec12.060803.9876@dsuvax.dsu.edu>
  10.     <DODD.92Dec12062844@mycenae.cchem.berkeley.edu>
  11.     <1992Dec14.235245.2307@ultb.isc.rit.edu>
  12. Reply-To: dodd@roebling.poly.edu
  13. NNTP-Posting-Host: mycenae.cchem.berkeley.edu
  14. In-reply-to: jsvrc@rc.rit.edu's message of 14 Dec 92 23:52:45 GMT
  15.  
  16.  
  17. >>>>> "Doctor" == Doctor FORTRAN <jsvrc@rc.rit.edu> writes:
  18.  
  19.   Doctor> And (drumroll, please, Paul), the Number One newly discovered virtue of
  20.   Doctor> FORTRAN, from the home office in Scottsdale, Arizona,
  21.  
  22.   Doctor>  1. You can argue over whether it's really "FORTRAN" or "Fortran".
  23.  
  24. Yes! I live for that type of anal-retentiveness! yes!
  25.  
  26.   Doctor>   101 Format (100 (' :-)'), /, ' For the Humor-impared.')
  27.   Doctor>       Write (Kout, 101)
  28.  
  29.  line 2: Error: attempt to use undefined variable "kout"
  30.  line 2: Error: bad unit specifier type in write statement
  31.  Compilation failed
  32.