+ 1
How to create a seemless infinite code and loop that has a termination condition? Can that code be interconnected to other codes
I am just a rookie coder so this is just a question that I thought of. The answer to the questions above could help me create a more complex code.Thanks for the coorperation.
2 Respostas
0
on SL, no, but in general, you would have the entire program in a while(true) loop and if a certain condition is met, you would just break the loop.
- 1
thanks