Re: Euphoria v4.03 bug in "append" ?
- Posted by mattlewis (admin) Jan 22, 2012
- 1350 views
alanjohnoxley said...
I discovered that missing the left hand side of a assignment where the right hand side was "append", does not give any error, it just continues...
I had a quick look in the bug index, but did not see this.
Is this "working as designed"?
Yes. It is legal to ignore the return values of functions starting with Euphoria 4.0
Matt