# New Ticket Created by Sam S.
# Please include the string: [perl #130859]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130859 >
A WhateverCode containing an array subscript that is itself a
WhateverCode, usually works fine.
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: a4ceadef10995ad844501cac0c5ad54415a6fd8d
https://github.com/perl6/specs/commit/a4ceadef10995ad844501cac0c5ad54415a6fd8d
Author: Zoffix Znet
Date: 2017-02-25 (Sat, 25 Feb 2017)
Changed paths:
M v6d.po
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 2253c29713f442565e4e7b3f13d4e25adbd6d813
https://github.com/perl6/specs/commit/2253c29713f442565e4e7b3f13d4e25adbd6d813
Author: Zoffix Znet
Date: 2017-02-25 (Sat, 25 Feb 2017)
Changed paths:
M v6d.po
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #130862]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130862 >
02:30 IOninja m: sub x (% (:$made-on, :$routines, :$total, :$unique))
{ Q:
# New Ticket Created by Itsuki Toyota
# Please include the string: [perl #130863]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130863 >
See the following example:
$ perl6 -e 'my @a; @a = [[1, 2], [3, 4]]; @a[0;*].say;'
(1 2