According to Clojure's documentation, cond Takes a set of test/expression pairs. It evaluates each test one at a time. If a test returns logical true, ...
確定! 回上一頁