pipe

Alan Lovejoy squeak-dev.sourcery at forum-mail.net
Sun Aug 26 21:05:58 UTC 2007


Joshua Gargus wrote:
> Oops, I forgot about '!'...
>
> db getBlogPosts
> ! filter: [ :blogPost | blogPost data < (today - 7 days)]
> ! filter: [ :blogPost | db coolPosts includes: item )]
> ! collectMails
> ! do: [ :mail | "Happy to announce ..."]
>
> This falls in to the same category as the backtick, although 
> personally I don't like it as much visually.
>
> I still like ';;' best.
>
> Josh
How about "_|"?

| today |
today := Timepoint today.
db getBlogPosts
_| filter: [ :blogPost | blogPost date < (today - 7 days)]
_| filter: [ :blogPost | db coolPosts includes: item )]
_| collectMails
_| do: [ :mail | "Happy to announce ..."]






More information about the Squeak-dev mailing list