if i have a function that calls itself, and it calls from a loop, will it continue from its looping position?
lopping (3rd tick) -> call self ~ looping (1st tich) -> call self ~ looping(1st tick)
will it eventually get back to the 3rd tick loop, or start again?
lopping (3rd tick) -> call self ~ looping (1st tich) -> call self ~ looping(1st tick)
will it eventually get back to the 3rd tick loop, or start again?