Why multi-line String require new syntax like """ ...
# announcements
r
Why multi-line String require new syntax like """ ?
Copy code
val str = "first line
second line"
why this is not enough ?