Character Vectors (Strings)
Code
Result
'"Marooned!"'
"Marooned!"
"book's"
book's
'The ',"book's ",'title is "Marooned!"'
The book's title is "Marooned!"
$Rxxx$rThe book's title is
"Marooned"xxx=>s;
s $;
The book's title is
"Marooned"