<?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="Conditional (computer programming) - Page 3 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Conditional_(computer_programming)&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Conditional_%28computer_programming%29&amp;p=4">3.Next</a>
</p>
<p>language, the general syntax is shown as <a href="page.php?w=pseudocode">pseudocode</a> below. The part represented by the condition placeholder is an expression that evaluates to either true or false. If true, control passes to consequent and when complete to after . If false, control passes to alternative and when complete to after . As the else clause is optional, the <code>else alternative</code> part can be omitted. Typically, both consequent and alternative can be either a single statement or a <a href="page.php?w=Block_%28programming%29">block</a></p><p>
<a accesskey="1" href="page.php?w=Conditional_(computer_programming)&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Conditional_%28computer_programming%29&amp;p=4">3.Next</a>
</p>

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

</card>
</wml>
