|
[Date Index]
[Thread Index]
[Author Index]
Re: Funny Behavior of Module
- To: mathgroup at smc.vnet.net
- Subject: [mg124758] Re: Funny Behavior of Module
- From: Louis Talman <talmanl at gmail.com>
- Date: Sat, 4 Feb 2012 06:30:56 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201202030709.CAA11980@smc.vnet.net> <4F2B9431.5020304@tue.nl>
On Feb 3, 2012, at 1:00 AM, Fred Simons wrote:
> Evaluation of f[z] means evaluation of the compound expression
a=z^2;z=y;a. So first a is set to z^2, then z is set to y and then a
has to be returned. Now a equals z^2 with z equals y, so y^2 is
returned.
Of course. I see it now.
Thanks. (Definitely F.)
Prev by Date:
Re: Derivative of experimental data
Next by Date:
Re: creation of date list
Previous by thread:
Funny Behavior of Module
Next by thread:
Re: Funny Behavior of Module
|