Title: Feature Request - two new keywords Post by: Scott N. on May 07, 2008, 12:04:30 pm Talking about StringTokenizer and Java, two new keywords which I would like to see which will not be answered by introducing Java are the following:
1. DEPRECATED - A noop keyword which does nothing except warn the developer that this FUNCTION is deprecated when the module is being compiled. 2. PRIVATE or LOCAL - A keyword which ensures that the particular function is not visible outside of the 4gl module (Has been raised before). Usage: Code
Thanks. Title: Re: Feature Request - two new keywords Post by: Rene S. on May 09, 2008, 10:53:49 am First, both requests, disable calling a function outside the current module and marking a function as deprecated are very legal.
Before adding many other legal requests here: it's planned to extend the 3gl language core of genero-4gl to have more common 3gl basics. This would include your requests. |