repeat N times { } runs a block N times. loop (condition) { } repeats while the condition holds.
[■]═main.pewstep 1/2
Loading...
loading engine…
Output ═══
// press Run
repeat N times { } runs a block N times. loop (condition) { } repeats while the condition holds.
// press Run