UNTIL
controlConfiguration parameters
-
warpscript.maxdepth
-
warpscript.maxloop
The UNTIL
function implements an until loop. It takes two macros as arguments from the stack: the code to execute until the condition is true and the condition to evaluate after every iteration.
If one iteration takes too long (warpscript.maxloop
) the loop will be killed.
Since Warp 10 2.4.0, you can force UNTIL to push an index (iteration count, start at 0) on the top of the stack before calling the macro.