is negative index not allowed in perl6?

i tried

my @test = (1 .. 20);
@test[-1].say;

OUTPUT
Use of uninitialized value

Reply via email to