ClojureDocs

导航

命名空间

if-not

clojure.core

自 1.0 起可用 (源代码)
  • (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.