Loop between the two values.

AS assigns the current value to a variable.

for i to j as ?a
istart
jfinish
?avariable
Sourcefor 2 to 4 as ?i ?print "FOR = ?i" next ExecutionFOR = 2 FOR = 3 FOR = 4

next