Re: error mess ??
- Posted by Bernie Ryan <bwryan at PCOM.NET> Sep 11, 1999
- 406 views
Rob: Here is the problem with that, if I do the following. if foo() = 42 or foo() != xyz then error_condition else do something else end if It is obvious that I want to short circuit this if foo() returns 42 In order to avoid the warning I either have to write 2 seperate if statements ( more code ) or I have to set without warning on ( which I consider a poor practice ) just so someone else does not have to upgrade to the latest version of Euphoria. Bernie