Aborting a Loop
Say I have a function which runs a while loop which always evaluates as true and thus keeps running, is there a way to abort this without just closing the terminal all together? Thanks.
asked 2012-03-02 21:24:53 +0100
Anonymous
Say I have a function which runs a while loop which always evaluates as true and thus keeps running, is there a way to abort this without just closing the terminal all together? Thanks.
To abort any Sage computation, press Control+C (that is, the Control/Ctrl key and C simultaneously).
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-03-02 21:24:53 +0100
Seen: 1,181 times
Last updated: Mar 03 '12
Probably Ctrl+C?
That works kcrisman, thanks.
Can you post this as an answer, so the question is officially answered?
I wasn't sure if that was what was being asked, that's all.