Escape sequence
A sequence that starts with a backslash and has a special meaning. Examples
include new line \n
, tab character \t
, quotation mark \"
, and the backslash
character itself, \\
. String interpolation uses the escape sequence \(
to
start the interpolated string.
Intro Lesson 3