Measures Concepts
GitHub icon

RATFOR

RATFOR - Programming language

< >

RATFOR is a programming language created in 1976.

#524on PLDB 48Years Old

Try now: Riju

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 Token Example
Strings ✓ '
'Hello world'
Print() Debugging ✓ print

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout