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

  1. Path: sparky!uunet!spool.mu.edu!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: 16 Dec 92 08:58:20
  6. Organization: Dept of Chemical Engineering, Polytechnic Univ, NY, USA
  7. Lines: 32
  8. Message-ID: <DODD.92Dec16085820@mycenae.cchem.berkeley.edu>
  9. References: <1992Dec15.170343.10342@craycos.com>
  10.     <DODD.92Dec15142737@mycenae.cchem.berkeley.edu> <gay.724466320@sfu.ca>
  11.     <1992Dec16.025109.24541@coe.montana.edu>
  12.     <DODD.92Dec16060307@mycenae.cchem.berkeley.edu>
  13.     <FX.92Dec16152012@dlpx1.dl.ac.uk>
  14. NNTP-Posting-Host: mycenae.cchem.berkeley.edu
  15. In-reply-to: D.Love@daresbury.ac.uk's message of 16 Dec 92 15:20:12 GMT
  16.  
  17. >>>>> "Dave" == Dave Love <D.Love@daresbury.ac.uk> writes:
  18.  
  19. >>>>> On 16 Dec 92 14:03:07 GMT, dodd@mycenae.cchem.berkeley.edu (Lawrence R. Dodd) said:
  20.  
  21.  > so are we agreed that the final version would be the following?
  22.  
  23.  > 85367 FORMAT(100(3H:-))/22HFOR THE HUMOR-IMPARED.)
  24.  >       WRITE(6,85367)
  25.  
  26.   Dave> No.
  27.   Dave> 24HFOR THE HUMOUR-IMPAIRED.
  28.  
  29. OK I'll go with the blank in first column suggestion by
  30. ig25@fg70.rz.uni-karlsruhe.de (Thomas Koenig) and will accept the spelling
  31. correction for `IMPARED' (I was so caught up in the FORTRAN I could see the
  32. English words for the syntax!)
  33.  
  34. So we have
  35.  
  36. 85367 FORMAT(1H 100(3H:-))/1H 23HFOR THE HUMOR-IMPAIRED.)
  37.       WRITE(6,85367)
  38.  
  39. as the final entry in the US and
  40.  
  41. 85367 FORMAT(1H 100(3H:-))/1H 24HFOR THE HUMOUR-IMPAIRED.)
  42.       WRITE(6,85367)
  43.  
  44. as the final entry in the England
  45.  
  46. now if everyone else would program that way I wouldn't have trouble debugging
  47. code (i.e., patching the object files).
  48.  
  49.