# New Ticket Created by Paweł Pabian
# Please include the string: [perl #123144]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=123144 >
$ perl6 -e 'say ["a", "b", "c"] ~~ [*, "b", "c" ]’;
Cannot convert string to number: bas
# New Ticket Created by Rob Hoelz
# Please include the string: [perl #123153]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=123153 >
Example:
constant @SOMETHING = OUTER::OUTER::.keys();
Results in the following error m
# New Ticket Created by Rob Hoelz
# Please include the string: [perl #123154]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=123154 >
Example:
.say for OUTER::OUTER::.values; # a bunch of Mus
Shouldn't this be equivalent t