I'm pretty new to all of this but I would write that function in clojure like: (defn sum-until-limit [limit] (apply + (range (inc limit)))).
確定! 回上一頁