Subject: Re: Lexical vs Dynamic Scope
From: Tim Morgan <tim timmorgan.org>
Date: Sun, 23 Jan 2011 01:35:23 +0900
References: 377268377269
On Jan 22, 1:12 ¨Âí¬ Êïóè Ãèåå¼êïóè®ãè®®®Àçíáéì®ãïí¾ ÷òïôåº
> The x in g is the same as the x outside of g. There is only one single x in
> your program, so this doesn't show much. Maybe this instead?
Ahhh. I see. Thanks!