(cond-let [[a b c]] nil (assert false) [5 2 3] (+ a b c)) ;; => 10
(cond-let [[a b c]] [5 2 3] (< a b c))