home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG049.ARK / F77.DOC < prev    next >
Text File  |  1984-04-29  |  866b  |  16 lines

  1.     A few of the additional features found in FORTRAN 77
  2. can be supported in most 8080 FORTRANs.  The CHARACTER to
  3. INTEGER conversions are performed for lengths of 1 and 2 only
  4. by the RATFOR INCLUDE file F77DEF, which also provides type
  5. descriptors for the functions on F77LIB which require them.
  6. There is also an INCLUDE file CONSTS which automatically
  7. defines some frequently used constants.
  8.     Most of the new standard ("intrinsic") FORTRAN
  9. functions can be employed by searching the file F77LIB.REL
  10. which will be created by compiling F77LIB.FOR.  The useful
  11. INDEX function cannot be implemented except by introducing
  12. a third argument which is the length in characters of the
  13. string to be found. Preferably, the length of the longer string
  14. should be passed also.   Additional arguments are required on
  15. most large systems which do not meet the standard.
  16.