>
> Then why is it that .get works fine for $*IN?
>
> while $*IN.get -> $line {
> say $line
> }
>Because you're using a while loop instead of a for loop ;-) Leon
>
> Then why is it that .get works fine for $*IN?
>
> while $*IN.get -> $line {
> say $line
> }
>Because you're using a while loop instead of a for loop ;-) Leon