`else-expr` is otherwise not evaluated. bindings* => binding-form else-expr" [bindings & body] (cond (= (count bindings) 0) `(do ~@body) ...
確定! 回上一頁