Bug in BlockContext ?

Yar Hwee Boon hboon at motionobj.com
Thu Feb 17 14:30:19 UTC 2005


On 17-Feb-05, at PM 10:10, Samir Saidani wrote:

> But it seems that we don't need fixTemps for this kind of stuff, this
> example works perfectly without. For sure, the fixTemps effect is not
> clear for me,

Try the following (note that the |a| is important) in a workspace to 
see the effect of #fixTemps:

====
|a|
a := 1.
b1 := [a].
b2 := [a] fixTemps.
a := 3.
b1 value + b2 value
====

--
HweeBoon
MotionObj
(65) 6764-9774




More information about the Squeak-dev mailing list