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

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!mcsun!dxcern!dscomsa.desy.de!vxdesy.desy.de!pawlak
  3. From: pawlak@vxdesy.desy.de
  4. Subject: Re: Long variable name problems, anyone?
  5. Message-ID: <1992Sep15.123039.1@vxdesy.desy.de>
  6. Lines: 9
  7. Sender: news@dscomsf.desy.de (USENET News System)
  8. Nntp-Posting-Host: vxdsyb.desy.de
  9. Organization: (DESY, Hamburg, Germany)
  10. References: <morten.716205139@oase>
  11. Date: Tue, 15 Sep 1992 12:30:39 GMT
  12.  
  13. In article <morten.716205139@oase>, morten@oase.kemi.aau.dk (Morten Kjeldgaard) writes:
  14. > Has anyone EVER found a modern f77 compiler that does NOT accept variable
  15. > names > 6 characters, and underscore characters?
  16. Hint: if you want to write portable code don't use underscores in names
  17. - use spaces. It is perfectly legal and standard... On the other hand - since
  18. about four years I didn't have to use any compiler that wouldn't allow
  19. underscores.
  20.                         Michal
  21.