<?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="Prolog - Page 22 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Prolog&amp;p=21">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Prolog&amp;p=23">3.Next</a>
</p>

<p>Special cases of compound terms:<br/>
* A List is an ordered collection of terms. It is denoted by square brackets with the terms separated by commas, or in the case of the empty list, by <code>[]</code>. For example, <code>[1,2,3,4]</code> or <code>[red,green,blue]</code>.<br/>
* Strings: A sequence of characters surrounded by quotes is equivalent to either a list of (numeric) character codes, a list of characters (atoms of length 1), or an atom depending on the value of the Prolog flag <code>double_quotes</code>. For example, <code>"to be, or not to be"</code>.</p><p>
<a accesskey="1" href="page.php?w=Prolog&amp;p=21">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Prolog&amp;p=23">3.Next</a>
</p>

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

</card>
</wml>
