Re: Euphoria v2.2Bug
- Posted by Robert Craig <rds at ATTCANADA.NET> Sep 09, 2000
- 425 views
Mike Nelson writes: > procedure foo(integer foo) > end procedure > procedure bar() > integer bar > end procedure > do not generate "attempt to redefine" errors. It's not a bug. That's what I intended. They are "private" variables. You can choose any name you like without fear of conflicting with another user-defined symbol. By the way, both situations are legal in C too. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com