( defn cond -example. "clojure.core.cond example". [ p ]. ( cond. (< ( count p) 8) "too short". (< 32 ( count p)) "too long". :else "ok" )) ...
確定! 回上一頁