Split String in clo​j​ure and then print.
I'm new to clo​j​ure. I want to split a String and then print.
If I do :
(.split "Dasher Dancer Prancer" " "))
It gives the #<String[] [Ljava.lang.String;@64e0e8ca> which is just the
toString() of the array.
No comments:
Post a Comment