Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site sdcsla.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!ittvax!dcdwest!sdcsvax!sdcsla!west From: west@sdcsla.UUCP (Larry West) Newsgroups: net.lang.f77 Subject: Re: Translator from Rat4 to F77? Message-ID: <875@sdcsla.UUCP> Date: Mon, 3-Jun-85 04:34:25 EDT Article-I.D.: sdcsla.875 Posted: Mon Jun 3 04:34:25 1985 Date-Received: Thu, 6-Jun-85 00:54:10 EDT References: <26610@lanl.ARPA> <2850003@acf4.UUCP> Reply-To: west@sdcsla.UUCP (Larry West) Organization: UC San Diego: Institute for Cognitive Science Lines: 33 Summary: In article <2850003@acf4.UUCP> russell@acf4.UUCP (Bill Russell) writes: > ... > Fortran Extended Version 4 to > Fortran Version 5 > Conversion Aid Program Version 1 Reference Manual > CDC Order Number: 60483000 > > ... this product was great for converting > CDC Fortran 4 to Fortran 77, which was then usable on Vaxes, etc. > > Fortran Extended Version 4 == Fortran 66 > Fortran Version 5 == Fortran 77 > > ... > One of the things is does nicely is: > > F66: M=23B+5634B > F77: M=O"23"+O"5634" However, one should be aware that this notation for octal is not part of the language standard. It may work on VMS fortran 77, and perhaps others. (All I've seen on VMS is: "23+"5634). Still, this is a minor point, and one could easily transform the output of the translator (e.g., in this case, by replacing the octal notation with decimal). -- Larry West Institute for Cognitive Science (USA+619-)452-6220 UC San Diego (mailcode C-015) [x6220] ARPA: La Jolla, CA 92093 U.S.A. UUCP: {ucbvax,sdcrdcf,decvax,ihnp4}!sdcsvax!sdcsla!west OR ulysses!sdcsla!west