Command Reference
:
Programming Language Summary
for
Program Statements
FOR loop in a program.
The
for
statement is the beginning of a FOR...NEXT loop in a program.
Syntax
for
counter=
start
to
end
[
step
stepsize]
[commands]
next
Cross-references
See
“The FOR Loop”
. See also,
exitloop
,
next
,
step
.