\n
prints a new line
\t
tabs following content
\s
adds a space
\b
backspace
% notation
way to quote strings: by using % (percent character) and specifying a delimiting character, for example: %{78% of statistics are “made up” on the spot} => “78% of statistics are "made up" on the spot”