remove 'else'

This commit is contained in:
Yuichi Nishiwaki 2013-12-09 09:34:32 -08:00
parent 74feec78f1
commit fdf06d591c
1 changed files with 0 additions and 2 deletions

View File

@ -205,8 +205,6 @@
(if-false (cons 'cond (cdr clauses))))
(list 'if test if-true if-false)))))
(define else #t)
(define-macro (and . exprs)
(if (null? exprs)
#t