Escape sequences
Top  Previous 

The SSCL language allows for the use of escape characters when defining strings in the same way that the Java programming language does. The "\" character is treated specially inside of strings indicating that the next character is to be escaped.

Escape sequences

Escape sequence
Description
\t
Tab
\r
Carriage return
\n
Line feed
\\
Backslash
\"
Quote