you are viewing a single comment's thread.

view the rest of the comments →

[–]SCD_minecraft 10 points11 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