FOR id [ AS type ] "=" expr TO expr [ STEP stepExpr ]
<code>
NEXT [ id1 [ "," id2 [ "," ...] ] ]
I think stepExpr shouldn't be a constant.
It can be useful to calculate it or change it in nested loops.
I can work around it, but I think other BASICs can handle it
I think
stepExprshouldn't be a constant.It can be useful to calculate it or change it in nested loops.
I can work around it, but I think other BASICs can handle it