How to print without spaces?

334 views
Skip to first unread message

John Ky

unread,
Nov 11, 2009, 2:15:55 AM11/11/09
to clo...@googlegroups.com
Hi all,

How to I print without spaces?

For example:

   (println "a" "b" "c")

Gives:

   a b c

Rather than

   abc

Thanks,

-John

Alex Osborne

unread,
Nov 11, 2009, 8:34:44 AM11/11/09
to clo...@googlegroups.com
John Ky wrote:
> How to I print without spaces?

(println (str "a" "b" "c"))

Lauri Oherd

unread,
Nov 11, 2009, 8:35:10 AM11/11/09
to clo...@googlegroups.com
Hi,

(println (str "a" "b" "c"))

Regards,
Lauri
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clo...@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+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

John Ky

unread,
Nov 11, 2009, 6:29:20 PM11/11/09
to clo...@googlegroups.com
Thanks,

Reply all
Reply to author
Forward
0 new messages