multiple lines of text

I have a button with text.
I want to have one word below the other.
Wordwrap doesn’t seem to work with buttons, so how can I accomplish that?
Thanks

title = “word\nworld” ?

Thats a strange way to make a new line.
It worked though. Thanks

That is how C does new lines, so a lot of languages use it.

OK B.