Multi-Line Text String

This is an
example of
multi-line output
How would I define this as a string?
( In BASIC you would use myString = "This is an" & chr$(13) & "example of" & chr$(13) & "multi-line output". )
Thanks.
example of
multi-line output

How would I define this as a string?
( In BASIC you would use myString = "This is an" & chr$(13) & "example of" & chr$(13) & "multi-line output". )
Thanks.