Mutual recursion: Difference between revisions

No edit summary
Line 1,513:
=={{header|M2000 Interpreter}}==
A Function can call a global function and must be global to call it again by the second function
 
wd
A Group function can call sibling function from same group. We can use This.F() or simply .f() to use group's f() member.
 
Anonymous user