Re: Local / lazy referencing

Charles Goodwin <[email protected]> Wed, 08 Oct 2003 09:18:37 +0100
Newsgroups gmane.comp.java.xwt.widgets
Organization XWT Foundation
Message-ID <[email protected]>
Adam Megacz wrote:
> thisbox.foo = 5; // public
> foo = 5;         // illegal
> var foo = 5;     // private

I can happily live with that.

- Charlie