RosettaCodeData/Task/Documentation/Clojure/documentation.clj
2023-07-01 13:44:08 -04: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"
[])