(defrecord Fred [] Foo (act [this] (println "done."))) (defrecord Bar [act] ;; <<<<<======= Field name is the same as method name.
確定! 回上一頁