[Newbies] Block evaluation

Ulrich Hermann uhermann at muenster.de
Mon Dec 18 00:09:24 UTC 2006


Soory , of course it must be : x:= [ y:=1. z:=2. z+y. ] .  x value.
and this works.

But why can't I do this:
   x:= [ y:=1. z:=2. z+y. ] .
and evaluate it later?


Regards
Ulli


Am 18.12.2006 um 01:04 schrieb Ulrich Hermann:

> Hi,
>
> I try to evalute the following block, but it doesn't work. I  
> allways got a error message.
>
> | x y z |
> x:= [ y:=1. z:=2. x+y. ] .  x value.  [] in UndefinedObject>>DoIt  
> {[y := 1.  z := 2]}
>
>
> Regards
> Ulli
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>



More information about the Beginners mailing list