SyntaxFix
Write A Post
Hire A Developer
Questions
\ is used for escape sequences in programming languages. \n prints a newline \\ prints a backslash \" prints " \t prints a tabulator \b moves the cursor one back
\
\n
\\
\"
\t
\b