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

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!usc!wupost!gumby!destroyer!ubc-cs!news.UVic.CA!sol.UVic.CA!klassen
  3. From: klassen@sol.UVic.CA (Melvin Klassen)
  4. Subject: Re: Long variable name problems, anyone?
  5. Message-ID: <1992Sep12.225922.20792@sol.UVic.CA>
  6. Sender: news@sol.UVic.CA
  7. Nntp-Posting-Host: sol.uvic.ca
  8. Organization: University of Victoria, Victoria, B.C. CANADA
  9. References: <morten.716205139@oase> <1992Sep11.230603.25459@ee.ubc.ca>
  10. Date: Sat, 12 Sep 92 22:59:22 GMT
  11. Lines: 19
  12.  
  13. In article <*> davem@ee.ubc.ca (david michelson) writes:
  14. >>(Morten Kjeldgaard  ~ morten@oase.kemi.aau.dk ~ mok@kemi.aau.dk) writes:
  15. >>Has anyone EVER found a modern f77 compiler that does NOT accept variable
  16. >>names > 6 characters, and underscore characters?
  17. >Yes.  IBM VS Fortran (version 2.0) will not allow underscores in variable
  18. >or subroutine names.  Long variable names are okay, though. 
  19. It's interesting to see how a product can evolve!
  20.  
  21. Version 2, Release 2 of IBM's VS FORTRAN Program Product (June 1987)
  22. added support for 31-character symbolic names, which can include
  23. the underscore (_) character.
  24. Version 2, Release 3 (March 1989) added comments-on-the-same-line, 
  25. DO WHILE, and ENDDO.
  26. Version 2, Release 4 (August 1989) added graphic relational operators.
  27. Version 2, Release 5 (September 1991) added the use of TAB characters
  28. in source programs, and coding of indirectly-recursive FORTRAN routines.
  29.  
  30. I've omitted many other additions and performance enhancers (striped I/O,
  31. multi-tasking, parallel-processing, and vector-support, etc.).
  32.