Explain repeat block
Answers
Answered by
1
Answer:
The Repeat () block is a Control block and a C block. Blocks held inside this block will loop a given amount of times, before allowing the script to continue. If a decimal is put in, the number is rounded up.
Hope it helps ❤❤
Answered by
1
Answer:
The Repeat () block is a Control block and a C block. Blocks held inside this block will loop a given amount of times, before allowing the script to continue.
If a decimal is put in, the number is rounded up. Furthermore, when a non-positive number is input, the loop does not run, and if "Infinity" is input, then the block runs forever.[1]
This block has a slight delay, so for optimum speed of execution, Single Frame block stacks should be used.
Similar questions