Is there a way to declare a multi-line variable?
i.e.:
var fig = "adding text here but will span onto next line " *symbol*
"continuing to add text here but part of same variable."
is that possible? Should I just make it an array?
i.e.:
var fig = "adding text here but will span onto next line " *symbol*
"continuing to add text here but part of same variable."
is that possible? Should I just make it an array?
Comment