RosettaCodeData/Task/Documentation/Clojure/documentation.clj
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

7 lines
208 B
Clojure

(def
#^{:doc "Metadata can contain documentation and can be added to vars like this."}
test1)
(defn test2
"defn and some other macros allow you add documentation like this. Works the same way"
[])