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


<masak> m: say <a b c> >>~>> "foo"
<camelia> rakudo-moar 36c4c6: OUTPUT«(afoo bfoo cfoo)␤»
<masak> m: say (:a, :b, :c) >>~>> "foo"
<camelia> rakudo-moar 36c4c6: OUTPUT«Cannot modify an immutable Pair [...]
<masak> I don't understand this error -- could someone enlighten me?
<masak> m: say :a ~ "foo"
<camelia> rakudo-moar 36c4c6: OUTPUT«a    Truefoo␤»
<TimToady> m: say (:a, :b, :c) X~ "foo"
<camelia> rakudo-moar 36c4c6: OUTPUT«(a   Truefoo b       Truefoo c
   Truefoo)␤»
<TimToady> seems specific to hypers
* masak submits >>~>> rakudobug

Reply via email to