Re: clearing "return info" in a function
- Posted by jimcbrown (admin) May 30, 2013
- 1297 views
PeteE said...
What you want is called tail-call optimization or elimination, and is not supported in Euphoria.
I wonder if it would work with the translator, assuming you returned integers and had a C compiler that supported it.