FORSTEP
controlConfiguration parameters
-
warpscript.maxops
-
warpscript.maxloop
The FORSTEP
function implements for loop with an index step. It takes four arguments from the stack: the initial and the final values of the loop index,
a macro step to evaluate after each iteration and an other one to be executed at each iteration.
For each iteration the loop index is put on top of the stack, and the exec macro is then called. Since Warp 10 2.4.0, you can override this behaviour with a boolean.