[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (apply 'or nil) doesn't work!
From: |
Martin Schwenke |
Subject: |
Re: (apply 'or nil) doesn't work! |
Date: |
Fri, 20 Oct 2000 12:19:57 +1100 |
>>>>> "thi" == thi <ttn@revel.glug.org> writes:
thi> `or' is syntax.
--------8<---------8<-------- CUT HERE --------8<---------8<--------
or is a built-in function.
Eval args until one of them yields non-nil, then return that value.
The remaining args are not evalled at all.
If all args return nil, return nil.
--------8<---------8<-------- CUT HERE --------8<---------8<--------
OK, then I'd like to report a documentation bug! :-)
peace & happiness,
martin
p.s. Eek! Lisp has syntax? :-)