Fix build on NetBSD-current.
[pkgsrcv2.git] / devel / ratfor / DESCR
1 Ratfor is a preprocessor for Fortran code that allows the use C-like
2 flow expressions.  Ratfor was invented by Brian Kernigham.  Statements
3 on a line may be separated by a ";". Statements may be grouped
4 together with braces }.  Do loops do not require statement numbers
5 because {} defines the range, etc.  The Fortran relational operators
6 .gt.,.ge,.ne., etc. may be written >,<=,!=,etc.  All of these are
7 translated into Fortran 77 by Ratfor.  Ratfor also frees you from
8 Fortran's strict indentation rules.  Anything from a # to the end of
9 the line is a comment.