4 lines
58 B
Clojure
4 lines
58 B
Clojure
|
|
;; This is a comment
|
||
|
|
(defn foo []
|
||
|
|
123) ; also a comment
|