<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="String literal - Page 9 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=String_literal&amp;p=8">1.Previous</a><br />
<a accesskey="3" href="page.php?w=String_literal&amp;p=10">3.Next</a>
</p>
<p>uses unique delimiting characters, escape characters, or repeated-character delimiters.</p>

<p>"Scope-mixing" is a specific case of Delimiter Collision, explained later in this page.</p>

<p><big> Whitespace delimited </big></p>
<p>A language might support multi-line strings. In <a href="page.php?w=YAML">YAML</a>, string literals may be specified by the relative positioning of <a href="page.php?w=Whitespace_character">whitespace</a> andindentation.</p>

<p><syntaxhighlight lang="yaml">    - title: An example multi-line string in YAML      body : |        This is a multi-line string.        "special" metacharacters may        appear here. The extent of this string is        represented by indentation.</syntaxhighlight></p><p>
<a accesskey="1" href="page.php?w=String_literal&amp;p=8">1.Previous</a><br />
<a accesskey="3" href="page.php?w=String_literal&amp;p=10">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
