(defmacro aif (a b c) `(let ((it ,a)) (if it ,b ,c))) (aif #f 2 3) ; returns 3
(require mzlib/defmacro)
Post a Comment
No comments:
Post a Comment