Mutual recursion: Difference between revisions

Content added Content deleted
Line 238: Line 238:
=={{header|Octave}}==
=={{header|Octave}}==


We don't need to pre-declare or specify in some other way a function that will be defined later; but both must be declared before their "usage".
We don't need to pre-declare or specify in some other way a function that will be defined later; but both must be declared before their use.<br>
(The code is written to handle vectors, as the testing part shows)
(The code is written to handle vectors, as the testing part shows)