const lines = `one
two`
template = """This is the first line.
This is the second line.
This is the third line."""
$xml = <<<XML
l
vv
XML;
template = """
This is the first line.
This is the second line.
This is the third line.
"""
String s = `this
string is multiline`;
"hello
you
beauty"
( '''hello ''' // Sexp with one element
'''world!''' )
("hello world!") // The exact same sexp value
// This Ion value is a string containing three newlines. The serialized
// form's first newline is escaped into nothingness.
'''\
The first line of the string.
This is the second line of the string,
and this is the third line.
'''
`Multiline strings
is available in Jule
with raw strings`
{{
Line 1
Line 2
}}
Languages with Multiline Strings include JavaScript, Python, PHP, Ruby, TypeScript, Elixir, Cython, C3, Speedie, Ion, progsbase, Jule, Boron
Languages without Multiline Strings include JSON, JSON5, JSONiq, JSON with Comments, Superjson, Jsonnet, Hocon
This question asks: Does the language support multiline strings?
HTML of this page generated by Features.ts