In my Clojure source code there are some strings that are too long, like 400 characters. I would like to breakline these string. In Java I would do something like:
String myStrig = "I am a long"
+ "String";
How can I do it?
Simply enough:
(str "I am a long "
"string")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With