How could I split a string over multiple lines such as below?
var text:String = \"This is some text over multiple lines\"
You can using unicode equals for enter or \n and implement them inside you string. For example: \u{0085}.
\n
\u{0085}