26 février 2022 à 4h33
| 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
Depuis : 5.2.2 The butlast operator returns the input list unchanged if N is 0. This is consistent with the behaviour of the rest Operator.