Character literals
n
Single
characters between
apostrophes (single quotes).
n
‘A’
‘a’
‘2’
‘;’
‘ ’
n
3 characters not represented by
themselves:
n
‘
->
‘\’’
(apostrophe)
n
“
->
‘\”’
(quotation mark)
n
\
->
‘\\’
(backslash)