First post here ... few days on Squeak ... some questions ....

Denis Kudriashov dionisiydk at gmail.com
Mon Aug 27 12:17:17 UTC 2007


2007/8/25, Fabio Filasieno <fabio.filasieno at gmail.com>:

x select: [:item | ... ]
>     | collect: [:item | ...]
>     | doThis doThat
>     | fold: [:item | ...] with:0
>     | mailItto: 'xxxx'
>     | log: [ :result | .... ]
>
>
In Self language it will be more simpler.

'x select: [:item | ... ]
    collect: [:item | ...]
    doThis doThat
    fold: [:item | ...] With:0
    mailItto: 'xxxx'
    log: [ :result | .... ]

(The first word of message selector must begins with low char. And other
words must begin with high char)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20070827/6e6080a3/attachment.htm


More information about the Squeak-dev mailing list