(let [mystr "hello"] (case mystr "" 0 "hello" (count mystr))) ;;=> 5 (let ... https://github.com/bbatsov/clojure-style-guide#case ;; License: Creative ...
確定! 回上一頁