Live Programming with Clojure; Introduction; REPL up! ... (let [x 10] (cond (= x 1) "one" (= x 1) "two" (= x 3) "three" :else "otherwise" ) ) ...
確定! 回上一頁