Skip to main content

if-some

macrov1.6

clojure.core/if-some

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

No examples yet. Be the first to add one!