26th February 2022 at 4:33am
purpose | discard the last N input titles |
---|---|
input | a selection of titles |
parameter | N =an integer, defaulting to 1 |
output | all but the last N input titles |
Learn more about how to use Filters
Introduced in v5.2.2 The butlast
operator returns the input list unchanged if N
is 0. This is consistent with the behaviour of the rest Operator.