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


<masak> r: []=5; say "alive"
<p6eval> rakudo 8a07b8: OUTPUT«alive␤»
* masak submits rakudobug
<masak> r: [1, 2, 3] = 5; say "alive"
<p6eval> rakudo 8a07b8: OUTPUT«alive␤»
<masak> r: say ([1, 2, 3] = 5)
<p6eval> rakudo 8a07b8: OUTPUT«5␤»
<masak> well, that has a certain logic to it :P
<masak> still, that assignment shouldn't be legal, methinks.

Reply via email to