Anonymous recursion: Difference between revisions

m (→‎{{header|REXX}}: added the REXX language.)
Line 236:
 
=={{header|REXX}}==
{{incorrect|REXX|The task was '''not''' to check for a negative argument, but to show anonymous recursion. The fibonacci function can just be used as an example.}}
The task was to check for a negative argument before doing the recursion.
<br>Most other solutions assumed (it appears) that no further recursion (computation)
Anonymous user