<?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="S-expression - Page 15 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=S-expression&amp;p=14">1.Previous</a><br />
<a accesskey="3" href="page.php?w=S-expression&amp;p=16">3.Next</a>
</p>

<p>S-expressions can be read in Lisp using the function READ. READ reads the textual representation of an S-expression and returns Lisp data. The function PRINT can be used to output an S-expression. The output then can be read with the function READ, when all printed data objects have a readable representation.  Lisp has readable representations for numbers, strings, symbols, lists and many other data types. Program code can be formatted as pretty printed S-expressions using the function PPRINT (note: with two Ps, short for pretty-print).</p>

<p>Lisp</p><p>
<a accesskey="1" href="page.php?w=S-expression&amp;p=14">1.Previous</a><br />
<a accesskey="3" href="page.php?w=S-expression&amp;p=16">3.Next</a>
</p>

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

</card>
</wml>
