Mutual recursion: Difference between revisions

Content added Content deleted
mNo edit summary
mNo edit summary
Line 20: Line 20:


=={{header|ABAP}}==
=={{header|ABAP}}==
This works for ABAP Version 7.40 and can be implemented in procedural ABAP as well, but with classes it is much more readable.
This works for ABAP Version 7.40 and can be implemented in procedural ABAP as well, but with classes it is much more readable. As this allows a method with a returning value to be an input for a subsequent method call.


<lang ABAP>
<lang ABAP>