[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
 
- From: MRG at MIT-MC (Michael R. Genesereth)
 
- Date: Tue, 31 Jul 79 17:59:00 GMT
 
- Original-date: 31 JUL 1979 1359-EDT
 
I notice that DEFMAC still has the losing 3 argument IF rather than 
the extended n argument version, i.e. (IF P Q1 R1 R2 R3 ...) goes
to (COND (P Q1)
         (T R1 R2 R3 ...)))