Re: 4.0 Beta 2 Due Out on Tuesday, got your bug reports in?
- Posted by ChrisB (moderator) Aug 22, 2009
- 1418 views
Hi
Oh, I see, so with warning effectively overrides without warning. I would say however there is an ambiguity in there, since the code with the 'disputed' variable occurs after the without warning, so without warning should turn off warnings until they are turned back on again with with warning. This just seems the logical way to do it to me. Maybe not the easier way though.
someone said...
The warning is properly triggered since the declared variable never appears to the right of an equals sign.
Yes it does though
-- variables and routines used in safe.e without warning integer check_calls check_calls = 1
Chris