(ns clojure.examples.example (:gen-class)) (defn example [] (println (nth (list 1 2,3) 0)) (println (nth (list 1 2,3) 2))) (example).
確定! 回上一頁