cond. cond是多个验证语句的集合,返回第一个条件为 true 的表达式. user=> (let [x 4] #=> (cond #=> (> x 2) "first" #_=> (< x 10) "second")) ...
確定! 回上一頁