Changes

Jump to navigation Jump to search
<math>
McCarthy := proc (n::integer) option remenber; \\if 100 < n then return n-10; \\else return McCarthy(McCarthy(n+11));\\end if;\\end proc;\\
</math>

Navigation menu