
Multiline Strings in Scala
You want to create multiline strings within your Scala source code, like you can with the heredoc syntax of other languages and help in escaping quotes and other symbols. A heredoc is a way to define a multiline string, whilemaintaining the original indentation &…