Clojure has some special syntax that allows you to let your function do different stuff ... (def my-inc-2 (fn [n] (+ 1 n))) (inc' 5) ; => 6.
確定! 回上一頁