How do I comment multiple lines in Clojure?
See this link: http://en.wikibooks.org/wiki/Clojure_Programming/Tutorials_and_Tips
You can create multiline comments with the syntax
(comment ..... ....)