Search code examples
mit-scratch

How long is the interval in which a forever loop iterates in scratch?


I have noticed that a forever (or a repeat () )loop takes time between iterations(without a “wait () secs” block). How long is this exactly?


Solution

  • Testing with this code:

    enter image description here

    Gave an average of 0.000000994 seconds per iteration, so it seems there is likely no intentional delay outside of processing time.