On Fri, Mar 6, 2009 at 9:27 AM, Paul Stadig <[email protected]> wrote: > > On Fri, Mar 6, 2009 at 12:24 AM, [email protected] >> >> I tried a number of commands to exit. >> So, I just hit ctrl-C. (This is on Windows). > > I had the same question in getting started. Someone told me to type > "(System/exit 0)" which will call the java.lang.System.exit method and > terminate the program. This seems to work for me.
On windows, Ctrl-Z <Enter> works as well. This is the normal end-of-file pattern on Windows. That's Ctrl and Z together, then released, then the <Enter> key. --Chouser --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
