Next: IF conditional
Up: TOP Commands
Previous: END_SUBROUTINE end
  Contents
  Index
- 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.
Bozidar BJ Jerkovic
2001-12-21