FOR
controlConfiguration parameters
-
warpscript.maxops
-
warpscript.maxloop
The FOR
function implements a for loop. It takes three arguments from the stack: the initial and the final values of the loop index and a macro 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.