next up previous contents index
Next: IF conditional Up: TOP Commands Previous: END_SUBROUTINE end   Contents   Index

DO -- DO loop

Command:
DO VAR = START, END, STEP
commands
END_DO

Description:
Commas after START and END can be omitted. This loop is exactly like a FORTRAN DO loop except that real values are allowed for any of the four controlling variables. VAR must be a variable, while START, END and STEP can also be constants.



Ben Webb 2004-04-20