On Thu, 2007-12-06 at 22:23 +0100, Harald Hanche-Olsen wrote:
> + Tim Josling <[EMAIL PROTECTED]>:
> 
> > I have spent about an hour looking in the docs for this function to no
> > avail. Peraps I should use the FFI?
> > 
> > In C it is (exit n)
> > 
> > In gcl it is (by n)
> > In SBCL it is (sb-ext:quit n)
> > In CLISP (EXT:EXIT &OPTIONAL status)
> > In CMU...
> > 
> > Also how should I have been able to find this?
> 
> (apropos "exit") might be a good start.  Disregarding at first the
> double-colon symbols, it shouldn't take too long to discover the
> following line in the output:
> 
> unix:unix-exit [function] (&optional (code 0))
> 
> ... after which (describe 'unix:unix-exit) gives you all the
> information you need.
> 
> - Harald

That's it!

Tim Josling


Reply via email to