Mittwoch, 11. April 2018

Custom functions: Why can't I create recursive function calls?

This is only possible when directly calling the calling function, i. e. the function calls itself. Indirect calls, i. e. over intermediary functions, are inhibited.

Keine Kommentare:

Kommentar veröffentlichen