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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!yale!gumby!destroyer!ncar!vexcel!copper!aspen.craycos.com!jrbd
  2. From: jrbd@craycos.com (James Davies)
  3. Newsgroups: comp.lang.fortran
  4. Subject: Re: Real Programmers
  5. Message-ID: <1992Dec15.170343.10342@craycos.com>
  6. Date: 15 Dec 92 17:03:43 GMT
  7. References: <DODD.92Dec12062844@mycenae.cchem.berkeley.edu> <1992Dec14.235245.2307@ultb.isc.rit.edu> <DODD.92Dec15053719@mycenae.cchem.berkeley.edu>
  8. Organization: Cray Computer Corporation
  9. Lines: 14
  10.  
  11. In article <DODD.92Dec15053719@mycenae.cchem.berkeley.edu> dodd@roebling.poly.edu writes:
  12. >
  13. >>>>>> "Doctor" == Doctor FORTRAN <jsvrc@rc.rit.edu> writes:
  14. >
  15. >  Doctor>   101 Format (100 (' :-)'), /, ' For the Humor-impared.')
  16. >  Doctor>       Write (Kout, 101)
  17. >
  18. > line 2: Error: attempt to use undefined variable "kout"
  19. > line 2: Error: bad unit specifier type in write statement
  20. > Compilation failed
  21.  
  22. Real FORTRAN programmers always write to unit 6, and then bitch
  23. about the compiler being broken when it doesn't work.  
  24. write(*,101) is for sissies :-)
  25.