How to stop input() loop
I created an infinite loop containing an input() function. This seems to defeat the execution time limit. I can't find any way to interrupt execution of this loop other than signing out and letting the session expire. C-c does not seem to work.
Does Octave Online have a way to interrupt execution other than signing out?
1
vote
Tristan Mackey
shared this idea