Timothy (>):
> my $r = <1 2 3>; for $r -> $t { say $t };

Which revision of Rakudo are you running? In my r32239, it outputs "1
2 3" on the same line (i.e. it doesn't iterate over each element).

// Carl

Reply via email to