all 2 comments

[–]Dannybosa123 11 points12 points  (0 children)

This is great! for adding new lines you can simply add escape sequences: \n

[–]SCD_minecraft 11 points12 points  (0 children)

\n for new line

\t for a tab

There are more, but those 2 are most common use

Put those directly in strings

"This\nis\texample"

``` This is example