.;-*-text,readall-*- If you are not TECO, just ignore this line .ps 62,80 .lm 10 .rm 70 .autoparagraph Put together by J. Anthony Parker, MD on 7-Jun-80. Modified and put into RUNOFF format by R. Gary Beckmann on February 18, 1981. Brief RATFOR description for more information on RATFOR see ^&Software& Tools\& by B.W. Kernighan and P.J. Plauger (Addison-Wesley, 1976). .break .nofill Syntax are metavariable names; [] enclose optional entries: = | <; or newline> = {} | FOR([] ; [] ; []) | + | + .footnote 4 .lm 10 .rm 70 .fill + The init and reinit of a for statement should generally be used as loop control variables. While other statements could be used, this practice would obscure the meaning of the loop. ! | WHILE() | REPEAT [UNTIL()] | IF() [ELSE ] = A variable or constant which can be tested for true or false (implementation dependent) | DO () = Fortran limits++ .footnote 1 .lm 10 .rm 70 .fill ++ Any valid FORTRAN DO limits. e.g. I = 1, 10, 2 ! | SWITCH (expression) {} | NEXT | BREAK | STRING '' |