Find limit of recursion: Difference between revisions

Content added Content deleted
Line 655: Line 655:


=={{header|Modula-2}}==
=={{header|Modula-2}}==
<lang Modula-2>MODULE recur;
<lang modula2>MODULE recur;


IMPORT InOut;
IMPORT InOut;