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


<colomon> b: my @a = 1..10; @a.delete(3); say @a.perl
<p6eval> b 1b7dd1: OUTPUT«[1, 2, 3, Any, 5, 6, 7, 8, 9, 10]␤»
<colomon> nom: my @a = 1..10; @a.delete(3); say @a.perl
<p6eval> nom ea0311: OUTPUT«Method 'delete' not found for invocant of
class 'Array' [...]
<masak> colomon: shall I submit that as a rakudobug?
<colomon> masak: missing delete?  sure
* masak submits rakudobug

Reply via email to