Block Comments in Clojure

后端 未结 9 1444
渐次进展
渐次进展 2021-01-31 01:13

How do I comment multiple lines in Clojure?

9条回答
  •  花落未央
    2021-01-31 01:31

    See this link: http://en.wikibooks.org/wiki/Clojure_Programming/Tutorials_and_Tips

    You can create multiline comments with the syntax

    (comment .....
        ....)
    

提交回复
热议问题