Re: Namespaces
- Posted by Kat <gertie at PELL.NET> Oct 24, 2000
- 670 views
On 24 Oct 2000, at 8:46, Cuny, David@DSS wrote: > Ralf wrote: > > I don't like the auto creation of variables ... > > I'll probably be adding a 'option explicit' for people who don't like auto > creation. For the moment, objects will remain 'typeless', though. The > declaration will probably look like: > > declare x = 10, y, z = 10 If you add the declare, you can't do the dynamic name generation, cause the programmer would haveto know all the names of all the vars as she is writing the code. Kat