Skip to content

Commit 749dc60

Browse files
committed
remove unnecessary comments
1 parent 2135461 commit 749dc60

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/clojure/core.clj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
"strings work as temporary comments"
2-
31
(def *flush-on-newline* true)
42
(def *print-readably* true)
53

6-
"TODO: #Condition[Execution Error: clojure.lang.Nil cannot be cast to clojure.lang.IFn] when succesful"
7-
"Bug in do"
8-
94
(defmacro when [test & body]
105
(list 'if test (concat (list 'do) body)))
116

0 commit comments

Comments
 (0)