When I run with clojure.lang.Script, it doesn't exit. Any insights would be appreciated. Here's the code: (defn divisible? [x y] (= (rem x y) 0)).
確定! 回上一頁