home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / fortran / 3575 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.3 KB  |  34 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!paladin.american.edu!europa.asd.contel.com!darwin.sura.net!ukma!nsisrv!spruce!knox
  3. From: knox@spruce.gsfc.nasa.gov (Robert Knox)
  4. Subject: Re: Long variable name problems, anyone?
  5. Message-ID: <1992Sep15.213434.15027@nsisrv.gsfc.nasa.gov>
  6. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  7. Nntp-Posting-Host: spruce.gsfc.nasa.gov
  8. Reply-To: knox@spruce.gsfc.nasa.gov
  9. Organization: NASA/GSFC
  10. References: <1992Sep15.123039.1@vxdesy.desy.de>
  11. Date: Tue, 15 Sep 1992 21:34:34 GMT
  12. Lines: 20
  13.  
  14. In article 1@vxdesy.desy.de, pawlak@vxdesy.desy.de () writes:
  15.   Hint: if you want to write portable code don't use underscores in names
  16.   - use spaces. It is perfectly legal and standard... On the other hand - 
  17.   since about four years I didn't have to use any compiler that wouldn't 
  18.   allow underscores.
  19.                         Michal
  20.  
  21. Embedded blanks may be legal under Fortran 77 but they preclude using
  22. free format (Yes! You can stop counting columns.) under Fortran 90.
  23. Also since blanks are separators in most other languages and contexts,
  24. embedded blanks contribute to the perceived obscurity of Fortran code.
  25.  
  26. - Bob Knox
  27. - Biospheric Sciences Branch, Code 923.0
  28. - NASA/Goddard Space Flight Center, Greenbelt, MD 20771 
  29. - knox@spruce.gsfc.nasa.gov      | BITNET: knox@ricevm1
  30.  
  31.  
  32.  
  33.  
  34.