Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

RATFOR

< >

RATFOR is a programming language created in 1976.

#1009on PLDB 48Years Old
Homepage · REPL · Wikipedia

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...


Example from Riju:
PRINT *, 'Hello, world!' END
Example from hello-world:
print *, 'Hello World' end
Example from Wikipedia:
IF (A .GT. B) THEN MAX = A ELSE MAX = B ENDIF

Language features

Feature Supported Example Token
Strings ✓ 'Hello world' '
Print() Debugging ✓ print
- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements · Part of the World Wide Scroll