<?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="ALGOL 60 - Page 24 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=ALGOL_60&amp;p=23">1.Previous</a><br />
<a accesskey="3" href="page.php?w=ALGOL_60&amp;p=25">3.Next</a>
</p>
<p>the names of all the intrinsic functions.</p>

<p><big>Standard operators</big></p>
<p><big>Examples and portability issues</big></p>
<p><big>Code sample comparisons</big></p>
<p><big>ALGOL 60</big></p>
<p> <b>procedure</b> Absmax(a) Size:(n, m) Result:(y) Subscripts:(i, k);     <b>value</b> n, m; <b>array</b> a; <b>integer</b> n, m, i, k; <b>real</b> y; <b>comment</b> The absolute greatest element of the matrix a, of size n by m,     is copied to y, and the subscripts of this element to i and k; <b>begin</b>     <b>integer</b> p, q;     y := 0; i := k := 1;     <b>for</b> p :=</p><p>
<a accesskey="1" href="page.php?w=ALGOL_60&amp;p=23">1.Previous</a><br />
<a accesskey="3" href="page.php?w=ALGOL_60&amp;p=25">3.Next</a>
</p>

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

</card>
</wml>
