Computer Science, asked by anuonlineclass2021, 1 month ago

compare forever and reapeat blocks.

Answers

Answered by Anonymous
2

Answer:

Forever is faster because “repeat until” is a forever block with a condition added to it. The advantage of the “repeat until” is that it stops running and does not contribute to lag after that, but the “forever” version of that would stop the entire script.

Explanation:

Similar questions