user=> (defn has-neg [coll] (if-not (empty? coll) ;; = (if (not (empty? coll)) . ... See examples for "if" explaining Clojure's idea of logical true ...
確定! 回上一頁