perl6-language  

Re: lazy list syntax?

Aankhen
Fri, 29 Jul 2005 00:03:34 -0700

On 7/29/05, Flavio S. Glock <[EMAIL PROTECTED]> wrote:
> Is "for =" only for filehandles? I tried:

No, it's for anything that supports iteration... `=$foo` ==
`$foo.next()`, if I recall correctly.  It's probably not yet
implemented.

Aankhen