Re: clearing "return info" in a function
- Posted by PeteE May 30, 2013
- 1251 views
What you want is called tail-call optimization or elimination, and is not supported in Euphoria.
Edit: see below.
What you want is called tail-call optimization or elimination, and is not supported in Euphoria.
Edit: see below.