(def neg "It's negative") ;; And plug them in the cond. `(cond (pos? ~n) ~pos (zero? ~n) ~zero :else ~neg) Run this code, and you will get something that ...
確定! 回上一頁