5 lines
89 B
Text
5 lines
89 B
Text
julia> str = """
|
|
Hello,
|
|
world.
|
|
"""
|
|
" Hello,\n world.\n"
|