<?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="Identifier (computer languages) - Page 4 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Identifier_(computer_languages)&amp;p=3">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Identifier_%28computer_languages%29&amp;p=5">3.Next</a>
</p>
<p>in an identifier. However, a common restriction is not to permit whitespace characters and language operators; this simplifies tokenization by making it <a href="page.php?w=free-form_language">free-form</a> and <a href="page.php?w=context-free_grammar">context-free</a>. For example, forbidding <code>+</code> in identifiers due to its use as a binary operation means that <code>a+b</code> and <code>a + b</code> can be tokenized the same, while if it were allowed, <code>a+b</code> would be an identifier, not an addition. Whitespace in an identifier</p><p>
<a accesskey="1" href="page.php?w=Identifier_(computer_languages)&amp;p=3">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Identifier_%28computer_languages%29&amp;p=5">3.Next</a>
</p>

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

</card>
</wml>
