Re: without warning
- Posted by Bernie Ryan <xotron at BUFFNET.NET> Apr 27, 2000
- 328 views
The constants are local constants and are used in functions It appears that if you define a function and you use a local constant in it then Euphoria doesn't consider the constant to be used. The only way to shut off the dump is to bracket the local constants and functions that use the constants with the without/with operator. Why doesn't Euphoria consider a local constant as used when it is used in a function ???