RosettaCodeData/Task/Quoting-constructs/Julia/quoting-constructs-2.jl

6 lines
89 B
Julia
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
julia> str = """
Hello,
world.
"""
" Hello,\n world.\n"