Subject: Re: N00b question
From: rpw3@rpw3.org (Rob Warnock)
Date: Tue, 21 Feb 2006 03:09:46 -0600
Newsgroups: comp.lang.lisp
Message-ID: <ueydnd9g8bRHRWfeRVn-tA@speakeasy.net>
In article <ksmzglg1pe.fsf@beto.netfonds.no>,
Peder O. Klingenberg <peder@news.klingenberg.no> wrote:
+---------------
| Edi Weitz <spamtrap@agharta.de> writes:
| > #+(or) comments out the next S-expression (which could be
| > the next DEFUN for example).
| 
| #-(and) does the same thing.  I prefer the latter because the "-" gives
| me a clue that the following sexp is "subtracted" from the code.
+---------------

Ditto.

Similarly, #+(and) hints that the following is "added" (included).


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607