I was executing code on the command line and somehow the code wouldn’t stop. There was no while loops either, just for loops.
How can I stop a running “script” of the command line?
I was executing code on the command line and somehow the code wouldn’t stop. There was no while loops either, just for loops.
How can I stop a running “script” of the command line?
Try typing break. Or you could restart studio too.
you would have to restart studio
Seems to be it. Thanks for the help.
It’s still so strange to me that a for loop is doing this, the number isn’t like huge or anything.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.