Re: Confirmation for 2.3
- Posted by Robert Craig <rds at RapidEuphoria.com> Aug 16, 2001
- 408 views
Bernie Ryan writes: > I hope this only means local unused routines, vars, constants, > and not globals that are used in libraries. It will remove anything that's safe to remove. Most people are binding or shrouding complete programs. In that case it will remove any unused global or local symbols. routine_id("abc") will require that abc() be retained. routine_id(expression) will require that all previously defined, currently visible routines be retained. A few people, such as yourself, are shrouding libraries. I won't remove any globals from the main library file, and maybe there will be an option to protect all globals. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com