(defn total-cost [price qty] (let [discount 0.05] (* price qty (- 1 discount)))) ... For situations such as this, ClojureScript provides the cond construct, ...
確定! 回上一頁