Skip to main content

when-let

macrov1.0

clojure.core/when-let

Available in:BBCLJCLJS
(when-let [bindings & body])
bindings => binding-form test When test is true, evaluates body with binding-form bound to the value of test

No examples yet. Be the first to add one!