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