Skip to main content

if

special-formv1.7

cljs.core/if

Available in:BBCLJCLJS
(if [test then else?])
Evaluates test. If not the singular values nil or false, evaluates and yields then, otherwise, evaluates and yields else. If else is not supplied it defaults to nil.

No examples yet. Be the first to add one!