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


20:51 < llfourn> m: .say for qw<a < b > c > # looks like a bug
20:51 <+camelia> rakudo-moar b19df9: OUTPUT: «a␤<b>␤c␤»
20:51 -!- mcmillhj [~hunter...@c-71-62-149-7.hsd1.va.comcast.net] has
joined #perl6
20:52 < Ven> m: .say for qw<<a < b > c >>
20:52 <+camelia> rakudo-moar b19df9: OUTPUT: «a␤<␤b␤>␤c␤»
20:52 < Ven> m: say <a < b > c>.perl
20:52 <+camelia> rakudo-moar b19df9: OUTPUT: «Value of type List uselessly
passed to val()␤  in block <unit> at <tmp>
                 line 1␤("a", "<b>", "c")␤»
20:52 < Ven> ...interesting.
20:52 < llfourn> huh o.O

Reply via email to