Re: On quitting and exiting

2013-03-14 Thread Andy Wingo
On Thu 14 Mar 2013 05:40, Mike Gran writes: > In boot-9, a function `quit' is defined.  It appears in the manual, > but, in boot-9 it can take an argument.  In the manual it never > takes an argument. > > In boot-9, `exit' is aliased to quit.  In the manual `exit' is > > undocumented; however, i

Re: On quitting and exiting

2013-03-13 Thread Thien-Thi Nguyen
() Nala Ginrut () Thu, 14 Mar 2013 13:14:42 +0800 Many cool things in Guile lacks of document, maybe I should drop to look forward to adding new features to Guile but do some help for manual first... That is basically the labor of love that i did (and have since been trying to recover f

Re: On quitting and exiting

2013-03-13 Thread Nala Ginrut
On Wed, 2013-03-13 at 21:40 -0700, Mike Gran wrote: > Hello. > > There seem to be four ways to force an exit. > > In boot-9, a function `quit' is defined. It appears in the manual, > but, in boot-9 it can take an argument. In the manual it never > takes an argument. > > In boot-9, `exit' is al

On quitting and exiting

2013-03-13 Thread Mike Gran
Hello. There seem to be four ways to force an exit. In boot-9, a function `quit' is defined.  It appears in the manual, but, in boot-9 it can take an argument.  In the manual it never takes an argument. In boot-9, `exit' is aliased to quit.  In the manual `exit' is undocumented; however, in th