Re: Local / lazy referencing
Charles Goodwin <[email protected]> Fri, 03 Oct 2003 10:52:19 +0100
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Organization | XWT Foundation |
| Message-ID | <[email protected]> |
Adam Megacz wrote: > Actually not anymore. You'll get an error if you run that code. You > need a 'var refref' immediately before the first place you use it. Ah yes, the coveted 'declare before use' requisite. However, it brings up an interesting point; var was supposedly the 'private' declaration method, whereas a var-less declaration was public. How is the public/private issue now handled? - Charlie