<?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="Nim (programming language) - Page 18 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Nim_(programming_language)&amp;p=17">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Nim_%28programming_language%29&amp;p=19">3.Next</a>
</p>
<p>is almost fully style-insensitive; two <a href="page.php?w=identifier">identifier</a>s are considered equal if they only differ by capitalization and underscores, as long as the first characters are identical. This is to enable a mixture of styles across libraries: one user can write a library using snake_case as a convention, and it can be used by a different user in a camelCase style without issue.<syntaxhighlight lang="nim">const useHttps = trueassert useHttps == useHttpsassert useHTTPS == useHttpsassert use_https == useHttps</syntaxhighlight></p>

<p><big> Stropping </big></p><p>
<a accesskey="1" href="page.php?w=Nim_(programming_language)&amp;p=17">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Nim_%28programming_language%29&amp;p=19">3.Next</a>
</p>

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

</card>
</wml>
