Hello,

> 5.a) Anonymous variables for blocks.
>
>      x select: [ _ even]

As far as I know, the latest VisualWorks support another way to do it:

        x select: #even

I.e. pass a selector symbol, not a block. Just FYI :)

Dmitry

2010/12/5, Paolo Bonzini <bonz...@gnu.org>:

_______________________________________________
help-smalltalk mailing list
help-smalltalk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to