Login
From:
Mad Man with a Compiler
(Uncensored)
subscribe
Go To Statement Considered Helpful (part 4: Tail Recursion)
https://madcompiler.blogspot.com/2017/06/go-to-statement-considered-helpful-part_2.html
links
backlinks
Tagged with:
code
One other place where goto can be useful is in implementing tail recursion. As you should recall, tail recursion is when a function returns with a call to itself. For example:
Roast topics
Find topics
Find it!