comment just is a function that says 'don't evaluate the stuff in here, it 
still needs to be correct clojure code you can either use:

; TODO: x  y  z
or
#_(Todo: x y z)

On Jun 13, 2010, at 16:13 , j-g-faustus wrote:

> Hi,
> 
> I get an exception whenever I put a colon in a multiline comment:
> 
> (comment
>  TODO: x y z
>  )
> => #<CompilerException java.lang.Exception: Invalid token: TODO: >
> 
> Is this a Clojure bug? Or related to Enclojure on NetBeans? Or some
> sort of hidden feature in comments?
> 
> Regards
> jf
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to