How could I split a string over multiple lines such as below?
var text:String = \"This is some text over multiple lines\"
Sample
var yourString = "first line \n second line \n third line"
In case, you don't find the + operator suitable