Well, I don't have any "tough, real world examples," but the example Bert gave me:
multiply := Array new: 4.
1 to: 4 do: [:i |
������ multiply at: i put: [:x | x * i].
].
(multiply at: 3) value: 5.
Resulted in the appropriate answer 15!!!
Rob
Thanks...I'll give it a try for you on Windows...
RobOn Sun, Mar 22, 2009 at 1:37 PM, St�phane Ducasse <stephane.ducasse@inria.fr> wrote:
yes at
� � � �https://gforge.inria.fr/frs/?group_id=1299
then files pane
stef
On Mar 22, 2009, at 6:23 PM, Rob Rothwell wrote:
> Is the image available for download?
>
> Rob
>
> On Sun, Mar 22, 2009 at 1:05 PM, St�phane Ducasse <stephane.ducasse@inria.fr
> > wrote:
> Hi all
>
> I did the following:
> � � � �- loaded john adaptation layer
> � � � �- loaded install
> � � � �- followed the instructions
> � � � �- saved
> � � � �- load tempVariable fix
> � � � �- saved
> I did not saved the dirty packages for now.
> This release is to make sure that the image can be viable and that VM
> are working
> once we move to the closure.
> So can you check and let us know if this is working on the new VM 40
> for the closures?
>
> Stef
>
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project@lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project@lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project