Example: how to use clojure cond (ns clojure.examples.hello (:gen-class)) ;; This program displays Hello World (defn Example [] (def x 5) (cond (= x 5) ...
確定! 回上一頁