clojure.core ... (cond-> 1 ; we start with 1 true inc ; the condition is true so (inc 1) ... (let [x 1 y 2] (cond-> [] (odd? x) (conj "x is odd") (zero?
確定! 回上一頁