The Clojure (or Lisp) Equivalent of a Compound Boolean Test

后端 未结 4 1560
暗喜
暗喜 2021-02-05 06:25

In C++ I\'d write something like this:

if (a == something && b == anotherthing)
{
   foo();
}

Am I correct in thinking the Clojure equi

4条回答
提交回复
热议问题