cat(trim("
A formatted string
Can have multiple lines
with additional indentation preserved
"))
cat(trim("
\ntrailing or leading newlines can be added explicitly\n
"))
cat(trim("
A formatted string \\
can also be on a \\
single line
"))
Run the code above in your browser using DataLab