home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / fortran / 4779 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.9 KB  |  44 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uwm.edu!ux1.cso.uiuc.edu!news.iastate.edu!hobbes.physics.uiowa.edu!iowasp.physics.uiowa.edu!syswtr
  3. From: syswtr@iowasp.physics.uiowa.edu
  4. Subject: Re: Real Programmers
  5. Message-ID: <1992Dec16.143743.1@iowasp.physics.uiowa.edu>
  6. Lines: 31
  7. Sender: news@space.physics.uiowa.edu
  8. Nntp-Posting-Host: photon.physics.uiowa.edu
  9. Organization: Department of Physics and Astronomy, University of Iowa
  10. 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> <DODD.92Dec15142737@mycenae.cchem.berkeley.edu> <gay.724466320@sfu.ca>
  11. Date: Wed, 16 Dec 1992 20:37:43 GMT
  12.  
  13. In article <gay.724466320@sfu.ca>, gay@selkirk.sfu.ca (Ian D. Gay) writes:
  14. > dodd@mycenae.cchem.berkeley.edu (Lawrence R. Dodd) writes:
  15. >>>>>>> "James" == James Davies <jrbd@craycos.com> writes:
  16. >>  James> In article <DODD.92Dec15053719@mycenae.cchem.berkeley.edu> dodd@roebling.poly.edu writes:
  17. >>>
  18. >>>>>>>> "Doctor" == Doctor FORTRAN <jsvrc@rc.rit.edu> writes:
  19. >>>
  20. >>>  Doctor>   101 Format (100 (' :-)'), /, ' For the Humor-impared.')
  21. >>>  Doctor>       Write (Kout, 101)
  22. >>>
  23. >>> line 2: Error: attempt to use undefined variable "kout"
  24. >>> line 2: Error: bad unit specifier type in write statement
  25. >>> Compilation failed
  26. >>  James> Real FORTRAN programmers always write to unit 6, and then bitch about
  27. >>  James> the compiler being broken when it doesn't work.  write(*,101) is for
  28. >>  James> sissies :-)
  29. >>Real FORTRAN programmers don't use lowercase letters, no excess space, no
  30. >>commas unless the compiler complains, and no unit number that can be
  31. >>remembered. so
  32. >> 85367 FORMAT(100(':-)')/'FOR THE HUMOR-IMPARED.')
  33. >>       WRITE(6,85367)
  34. >>       
  35. > Don't real programmers say 3H:-) etc?
  36.   Only those that grew up on word machines...
  37.