(println) does the trick for me. On Thu, Mar 12, 2015 at 8:30 AM Cecil Westerhof <[email protected]> wrote:
> 2015-03-12 13:51 GMT+01:00 Alex Miller <[email protected]>: > >> Try print-str and println-str. >> > > I am not the OP, but I tried that and it does not work. At the moment the > only thing that I got working is: > (printf "a line and then \n another line") > > But the OP does not want to use that. (Do not ask me why.) > > -- > Cecil Westerhof > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > 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 unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
