We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LOOP count block
Evaluates a block a specified number of times.
LOOP is a native value.
#SOURCE
loop: make native! [ [ "Evaluates a block a specified number of times." count [number!] "Number of repetitions" block [block!] "Block to evaluate" ] ]
There was an error while loading. Please reload this page.