Tip: erase an array

2020-05-23 Thread ToddAndMargo via perl6-users
Hi All, How to erase an array is missing from the docs. I just open a case on it: https://github.com/Raku/doc/issues/3423 In the mean time, to erase/empty an array: @x = Empty; @x = (); Both work. `Empty` is a bit more human readable :-) -T

Re: Help with grammar

2020-05-23 Thread David Santiago
Thank you all for your replies. I was able to fix it and better understanding grammars :-) Regards, David Santiago Patrick R. Michaud escreveu no dia quinta, 21/05/2020 à(s) 21:05: > > On Thu, May 21, 2020 at 08:40:08PM +, David Santiago wrote: > > Can someone explain me why my grammar isn'