Re: buggy 4.0 program
- Posted by mattlewis (admin) Dec 05, 2008
- 1747 views
kinz said...
Dear EU users,
Let's try the simplest buggy program:
http://pl-euphoria.narod.ru/program.png
and output screen of ex.exe running this program:
http://pl-euphoria.narod.ru/bug.png
My mistakes are:
- a is not declared
- a doesn't have a value
So, it seems to me that ex.exe doesn't catch the mistakes properly and doesn't point to real place of mistake - it points to good puts() now.
Or, maybe, this is some new behaviour of ex.exe?
Yes, that is definitely a bug in the error reporting code. Thanks for finding that.
Matt