Simon Cozens wrote:
> John Porter wrote:
> > C<next FOO> looks like a method call
> 
> It doesn't, 

Oh, but it does, to the perl6 programmer who's used to
thinking 
        $source.next
(or its "indirect object" alternative,
        next $source
) iterates the iterator in $source.

Not that there are any such people.  Yet.

-- 
John Porter

Reply via email to