[Newbies] Code question.

Blake blake at kingdomrpg.com
Fri Jul 6 00:05:44 UTC 2007


On Thu, 05 Jul 2007 16:54:22 -0700, Matthew Fulmer <tapplek at gmail.com>  
wrote:

> On Thu, Jul 05, 2007 at 04:28:49PM -0700, Blake wrote:
>> I was reading Stephen Wessals morphic tutorial and came across this:
>>
>> self activeSegments values anySatisfy: [:each | each = true]
>>
>> which I thought was odd, and so I first replaced it with:
>>
>> self activeSegments values anySatisfy: [:each | each = true]
>
> I assume you meant
> self activeSegments anySatisfy: [:each | each = true]

Newp. "values" is in there:  
http://squeak.preeminent.org/tut2007/html/020.html



More information about the Beginners mailing list