Skip to main content

if-let

macrov1.0

clojure.core/if-let

Available in:BBCLJCLJS
(if-let [bindings then] [bindings then else & oldform])
bindings => binding-form test If test is true, evaluates then with binding-form bound to the value of test, if not, yields else

No examples yet. Be the first to add one!