Let allows you to assign an intermediate result to a var so that you can refer to it without having to recompute it. (defn stats [s] (let [n (count s)] ...
確定! 回上一頁