Mutual recursion: Difference between revisions

Content added Content deleted
Line 935: Line 935:


Forward declarations are not an issue in Ursala, which allows any
Forward declarations are not an issue in Ursala, which allows any
definition to depend on any symbol declared in within the same
definition to depend on any symbol declared within the same
scope. However, cyclic dependences are not understood unless the
scope. However, cyclic dependences are not understood unless the
programmer explicitly accounts for their semantics. If the recurrence
programmer explicitly accounts for their semantics. If the recurrence