Re: HS violations in Corman

"Paul F. Dietz" <[email protected]> Wed, 26 Mar 2003 05:51:57 -0600
Newsgroups gmane.lisp.corman
Message-ID <[email protected]>
Roger Corman wrote:

> I had no idea lambda forms supported doc strings. I thought those were 
> purely part of DEFxxx macros (defun, defvar, etc.). What is the system 
> supposed to do with them (besides properly parse them)?

See the page for DOCUMENTATION

(documentation x 'function) does this:

     If x is a function, returns the documentation string associated with x.

but note that a conforming implementation is free to discard documentation
strings at any time.  If it does not, you get:

(documentation #'(lambda () "foo" nil) 'function) ==> "foo"

	Paul






------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/xaxhjB/hdqFAA/xGHJAA/SyjtlB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
[email protected]

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/