0
The compiler must Run to an End. you can "stop" the program with commands like Console.ReadLine() but that is just a waiting for input. you can also use coroutines to make some actions based on time. Engines use functions like Update() which calls every frame, so you have your code running longer.



