Respuesta :

You have to put repeat

Usage of delay function in the code to prevent crashes when programming an infinite loop.

Explanation:

Nothing bad happens due to an infinite loop when it releases all the allocated memory before the loop ends. The issues arises when an infinite loop consumes resources inside the loop or creating a new memory allocation inside the loop. The code need to written in such a manner that when a loop does not exist in a certain time the error must be thrown to handle the infinite loop.

ACCESS MORE