[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC, (BUG LISPM) at MIT-MC
- From: CWH at MIT-MC (Carl W. Hoffman)
- Date: Sat ,27 Jan 79 17:45:00 EDT
As Moon pointed out, the #+ scheme does not enable the inclusion of a form
conditional upon the presence of more than one feature (i.e. logical "and") and
logical "or" can only be done by the clumsy #+NIL <form> #+LISPM <form>.
Unless there are any objections, I'd like to adopt the
#+(AND <feature> <feature>) and #+(OR <feature> <feature>) for this purpose.