我正在研究clojure.core的来源。 (defmacro if-not ([test then] `(if-not ~test ~then nil)) ([test then else] `(if (not ~test) ~then ~else)))
確定! 回上一頁