RATFOR
RATFOR is a programming language created in 1976. Ratfor (short for Rational Fortran) is a programming language implemented as a preprocessor for Fortran 66. It provided modern control structures, unavailable in Fortran 66, to replace GOTOs and statement numbers.. Read more on Wikipedia...
44Years Old | 25Users | ?Jobs |
- RATFOR ranks in the top 10% of languages
- the RATFOR website
- the RATFOR wikipedia page
- RATFOR first appeared in 1976
- See also: fortran, c, unix, ratfiv
- Have a question about RATFOR not answered here? Email me and let me know how I can help.
Example code from Wikipedia:
IF (A .GT. B) THEN MAX = A ELSE MAX = B ENDIF
Last updated August 9th, 2020