# New Ticket Created by Ilya Belikin
# Please include the string: [perl #60806]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60806 >
Hi!
Rakudo do topic as perl 5:
>my @a = ; say @a[-1];
c
but in spec:
http://perlcabal.
On Saturday, 9. August 2008 04:41:46 John M. Dlugosz wrote:
> Is this magic known to the parser at a low level, or is it possible to
> define your own postcircumfix operators that interact with the
> interpretation of the argument?
My interpretation is that there is a Whatever type that
most of th
On Fri, Aug 8, 2008 at 7:41 PM, John M. Dlugosz
<[EMAIL PROTECTED]> wrote:
> How is @array[*-2] supposed to be implemented?
>
> S09
> // reported again 8-Aug-2008
>
> Is this magic known to the parser at a low level, or is it possible to
> define your own postcircumfix operators that interact with
How is @array[*-2] supposed to be implemented?
S09
// reported again 8-Aug-2008
Is this magic known to the parser at a low level, or is it possible to define
your own postcircumfix operators that interact with the interpretation of the
argument?
Does this use of * apply to any user-defined p