NOTE: you do not need to insert ',,', since clojure treats them like whitespace, ... cond. user=> (cond false 1 true 2) 2 user=> (cond nil 1 2 3) 3 ...
確定! 回上一頁