Felix scripsit:

> Excellent - thanks for the information. So Ctrl-C will not terminate csi
> and leave you at the next input-prompt, right?

It will not terminate the current input prompt.  It will terminate
running code.

CHICKEN
(c)2008-2011 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 4.7.4 (rev 8e39baf)
windows-cygwin-x86 [ manyargs dload ptables ]
compiled 2012-01-06 on LNGNYCL-FDB00M1 (CYGWIN_NT-5.1)

#;1>
[push ^C, nothing happens]
[push ENTER]
*** user interrupt ***
#;1> (let loop () (loop))
[push ^C]
*** user interrupt ***
#;1>

-- 
And it was said that ever after, if any                 John Cowan
man looked in that Stone, unless he had a               [email protected]
great strength of will to turn it to other              http://ccil.org/~cowan
purpose, he saw only two aged hands withering
in flame.   --"The Pyre of Denethor"

_______________________________________________
Chicken-hackers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to