Files
oddmuse/test-slice.pl
2003-12-24 04:24:52 +00:00

3 lines
61 B
Raku

@list = (1,2,3,4,5);
print join(', ', @list[1 .. -1]), "\n";