6 lines
153 B
Text
6 lines
153 B
Text
julia> str = "Hello, world.\n"
|
|
"Hello, world.\n"
|
|
|
|
julia> """Contains "quote" characters and
|
|
a newline"""
|
|
"Contains \"quote\" characters and \na newline"
|