Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,9 +0,0 @@
|
|||
(defmacro if2 (cond1 cond2 both first second &rest neither)
|
||||
(let ((res1 (gensym))
|
||||
(res2 (gensym)))
|
||||
`(let ((,res1 ,cond1)
|
||||
(,res2 ,cond2))
|
||||
(cond ((and ,res1 ,res2) ,both)
|
||||
(,res1 ,first)
|
||||
(,res2 ,second)
|
||||
(t ,@neither)))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue