I'm using Io's REPL to get more familiar with the language.
When I issue a loop which - by accident - doesn't have a break condition, I have to stop the loop somehow.
Say, I issue in its simplest way
How can I stop the loop with the keyboard without killing the whole REPL?
Ctrl-C stops the loop, but kills normally the REPL as well. Is there a way to stay in Io's REPL after Ctrl-C?