ClojureDocs

Nav

Namespaces

when-let

clojure.core

Available since 1.0 (source)
  • (when-let bindings & body)
bindings => binding-form test
 When test is true, evaluates body with binding-form bound to the value of test