ClojureDocs

Nav

Namespaces

if-not

clojure.core

Available since 1.0 (source)
  • (if-not test then)
  • (if-not test then else)
Evaluates test. If logical false, evaluates and returns then expr, 
otherwise else expr, if supplied, else nil.