ClojureDocs

导航

命名空间

if-let

clojure.core

自 1.0 起可用 (源代码)
  • (if-let 绑定 then)
  • (if-let 绑定 then else & oldform)
bindings => binding-form test
 If test is true, evaluates then with binding-form bound to the value of 
test, if not, yields else