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.
To abort any Sage computation, press Control+C (that is, the Control/Ctrl key and C simultaneously).
Asked: 2012-03-02 21:24:53 +0100
Seen: 1,372 times
Last updated: Mar 03 '12
 
                
                Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
            
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.