Open Machine-Jonte opened 1 year ago
Hi, I wonder if there is a way to get the docstring of a function?
For example:
(defn foo (bar) "A function that prints bar" ; docstring (prn bar)) (prn (docstring foo)) ; Expected to print "A function that prints bar"
Hi, I wonder if there is a way to get the docstring of a function?
For example: