remove that emacs swapfile garbage
This commit is contained in:
parent
381ff345be
commit
5d5fe02be3
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
(define (new-if predicate then-clause else-clause)
|
||||
(cond (predicate then-clause)
|
||||
(else else-clause)))
|
||||
|
||||
(new-if (= 1 1) 0 5)
|
Loading…
Reference in a new issue