Skip to content

Commit

Permalink
core: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
candid82 committed Aug 29, 2016
1 parent a7a909c commit 339f4e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/data/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2374,7 +2374,10 @@
`(let [iter# ~(emit-bind (to-groups seq-exprs))]
(iter# ~(second seq-exprs)))))


(defmacro comment
"Ignores body, yields nil"
{:added "1.0"}
[& body])


(defmacro assert
Expand Down

0 comments on commit 339f4e5

Please sign in to comment.