Functions in Clojure are defined using defn: (defn myfunc [x y z] ... Functions are first-class, so they can be arbitrarily stored or passed as values.
確定! 回上一頁