On Jun 9, 2014, at 7:07 PM, Taegyoon Kim <stelofl...@gmail.com> wrote:
> And you can't do this:
> user=> (let [x 1 (comment y 2)] x)

You can, however, do this:

user=> (let [x 1 #_(y 2)] x)

and this:

user=> (let [x 1 #_y #_2] x)

Sean Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)



Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to