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`;
lines:"one
two"
plainText
This is a
multiline string
`Multiline strings
is available in Jule
with raw strings`
"hello
you
beauty"
{{
Line 1
Line 2
}}
( '''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.
'''
Languages with Multiline Strings include JavaScript, Python, Ruby, PHP, Elixir, C3, Lil, progsbase, Scroll, Jule, Speedie, Aardvark, Boron, Ion
Languages without Multiline Strings include JSON
View all concepts with or missing a hasMultilineStrings measurement