RosettaCodeData/Task/Quoting-constructs/Julia/quoting-constructs-2.jl
2024-10-16 18:07:41 -07:00

5 lines
89 B
Julia

julia> str = """
Hello,
world.
"""
" Hello,\n world.\n"