Query: ratfor
OS: bsd
Section: 1
Links: bsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RATFOR(1) General Commands Manual RATFOR(1)NAMEratfor - rational Fortran dialectSYNOPSISratfor [ option ... ] [ filename ... ]DESCRIPTIONRatfor converts a rational dialect of Fortran into ordinary irrational Fortran. Ratfor provides control flow constructs essentially iden- tical to those in C: statement grouping: { statement; statement; statement } decision-making: if (condition) statement [ else statement ] switch (integer value) { case integer: statement ... [ default: ] statement } loops: while (condition) statement for (expression; condition; expression) statement do limits statement repeat statement [ until (condition) ] break next and some syntactic sugar to make programs easier to read and write: free form input: multiple statements/line; automatic continuation comments: # this is a comment translation of relationals: >, >=, etc., become .GT., .GE., etc. return (expression) returns expression to caller from function define: define name replacement include: include filename Ratfor is best used with f77(1).SEE ALSOf77(1) B. W. Kernighan and P. J. Plauger, Software Tools, Addison-Wesley, 1976. 7th Edition April 29, 1985 RATFOR(1)
Related Man Pages |
---|
execute(7) - centos |
efl(1) - bsd |
execute(7) - mojave |
execute(7) - linux |
mssql_free_statement(3) - php |
Similar Topics in the Unix Linux Community |
---|
Y or N in a Shell |
Multiple conditions in a CASE statement |
K&R C code edits |
[Solved] 0403-057 Syntax error for if statement |
If echo statement return false |