We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Loop is an optimized version of a for loop. That will loop the arguments[0], (aguments[1] * arguments[2]) number of times.
(Do not use this on loops with under 30 iterations)
Usage: loop(Function to loop, Number of iterations, Second Number of iterations (Default 30))
loop(Function to loop, Number of iterations, Second Number of iterations (Default 30))