przewiń do treści

HTML5 i CSS3. Praktyczne projekty

Włodzimierz Gajda

<pre>
<strong>function</strong> maximum(a:integer, b:integer)
<strong>begin</strong>
    <strong>if</strong> (a &gt; b)
        maximum := a;
    <strong>else</strong>
        maximum := b;
<strong>end</strong>;
</pre>

Listing 14.3. Funkcja maximum() w Pascalu

Rozdział 14. Tekst

14-03.txt

Reklama

Szkolenia z Symfony 2.1