Skip to main content

if-not

macrov1.0

clojure.core/if-not

Available in:BBCLJCLJS
(if-not [test then] [test then else])
Evaluates test. If logical false, evaluates and returns then expr, otherwise else expr, if supplied, else nil.

No examples yet. Be the first to add one!