Open main menu

Changes

<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>