remove that emacs swapfile garbage

This commit is contained in:
mehbark 2023-09-09 13:03:12 -04:00
parent 381ff345be
commit 5d5fe02be3

View file

@ -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)