[Newbies] Block evaluation

Giovanni Corriga giovanni at corriga.net
Mon Dec 18 08:57:07 UTC 2006


Il giorno lun, 18/12/2006 alle 01.04 +0100, Ulrich Hermann ha scritto:
> 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]}

That is not an error message, it's just what get's print out when you do
a PrintIt of the the first expression. Try doing a PrintIt of both
expressions, and you should get the right result.

	Giovanni



More information about the Beginners mailing list