Liking cljdoc? Tell your friends :D
Clojure only.

cond-plus.core


cond+cljmacro

(cond+ & body)

Each test-expr is evaluated one at a time. If the test-expr returns logical true (or is :else), the form is evaluated as described below and no further cond-clauses are evaluated. (cond+) returns nil.

Each test-expr is evaluated one at a time. If the test-expr returns logical
true (or is :else), the form is evaluated as described below and no further
cond-clauses are evaluated. (cond+) returns nil.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close