How to wrap text inside a string variable

Hello,
i have a simple question:
in my string variable there is a small text and i want to show it in three lines.
Variable is A+B+C
I would like to show it
A
B
C
I remember that with a small Symbol putted before the text part B and C is possible to do that, but at the moment i forgot it.
Thank you to help me

$w(“# my text element”).text = “Apple \n Banana \n Cars”

\n = new line

oh damn now i remember it…thank you