Quote:
Originally Posted by Skyld
Then structure your code better.
You could easily have those two loops in a function by themselves, and use "return" to end there, and send back the result of your function execution to the calling function.
|
if i put every loop into a own function, reading a code with 1000+ lines will kinda be annoying lol