Re: Local / lazy referencing

Andrew Kohlsmith <[email protected]> Tue, 7 Oct 2003 16:53:44 -0400
Newsgroups gmane.comp.java.xwt.widgets
Organization Benshaw Canada
Message-ID <[email protected]>
> thisbox.foo = 5; // public
> foo = 5;         // illegal
> var foo = 5;     // private

NICE.  Simple, straightforward, clean.

Regards,
Andrew