# New Ticket Created by  Justin DeVuyst 
# Please include the string:  [perl #130721]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=130721 >


[jdv@new-host-2 ~]$ perl6 -e '(<a b>, <c d e>).values>>.elems.say'
(2 3)
[jdv@new-host-2 ~]$ perl6 -e '(<a b>, <c d e>).values>>.?elems.say'
((1 1) (1 1 1))
[jdv@new-host-2 ~]$ perl6 -v
This is Rakudo version 2017.01-170-gc0a907f built on MoarVM version 
2017.01-31-g20dfa6b
implementing Perl 6.c.
[jdv@new-host-2 ~]$

Reply via email to