Larry (>):
> Actually, that would have to be (*@) in a my, since a my takes a
> signature.  You can only use (*) in an ordinary list assignment:
> 
>     (*) = 5;
>     ($a,$b,$c,*) = @values;

Ok, since the latter two work already, I'm rescuing this bug ticket by
re-naming it "[TODO] Implement (*@) in the LHS of 'my' declarations".

<masak> rakudo: my (*@) = 1,2,3
<p6eval> rakudo e73c95: OUTPUT«Statement not terminated properly at line
1, near "@) = 1,2,3" [...]

Reply via email to