ratfor man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



RATFOR(1)							     RATFOR(1)

NAME
     ratfor - rational FORTRAN dialect

SYNOPSIS
     ratfor [ option ... ] [ filename ... ]

DESCRIPTION
     Ratfor converts a rational dialect of FORTRAN into ordinary irrational
     FORTRAN.  Ratfor provides control flow constructs essentially identical
     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

									Page 1

RATFOR(1)							     RATFOR(1)

     Ratfor is best used with f77(1).

SEE ALSO
     f77(1)
     B. W. Kernighan and P. J. Plauger, Software Tools, Addison-Wesley, 1976.

									Page 2

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net