RosettaCodeData/Task/Quoting-constructs/Julia/quoting-constructs-2.julia
2023-07-01 13:44:08 -04:00

5 lines
89 B
Text

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