On Fri, Jun 15, 2001 at 06:07:38PM -0400, Tim Musson wrote: > Hey Brett, > > Friday, June 15, 2001, 4:28:05 PM, you wrote: > > BWM> Using "my" puts the variable into a lexical scope and keeps it > BWM> out of the global name space. > > What does lexical mean here? I looked it up in a dictionary, but still > am not sure how it applies. It refers to scope. The lexical variable cannot be seen outside of the scope in which it is declared. This can be determined during lexical analysis. -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net
- When to use "my"? Gross, Stephan
- Re: When to use "my"? iansmith
- Re: When to use "my"? Chas Owens
- Re: When to use "my"? Sean O'Leary
- Re: When to use "my"? Chas Owens
- Re: When to use "my"? Brett W. McCoy
- Re[2]: When to use "my"? Tim Musson
- Re: Re[2]: When to use "my"? Brett W. McCoy
- Re[4]: When to use "my"? Paul Johnson
- Re[4]: When to use "my"? Tim Musson
- Re: Re[4]: When to use "my"... Paul Johnson
- Re: Re[4]: When to use "my"... Brett W. McCoy
- Re: Re[4]: When to use "my&... Peter Scott
- RE: Re[4]: When to use "my"? Peter Cornelius
- RE: Re[4]: When to use "my"? Peter Cornelius