ClojureDocs

导航

命名空间

when-let

clojure.core

1.0 版后提供 ()
  • (when-let bindings & body)
bindings => binding-form test
 When test is true, evaluates body with binding-form bound to the value of test