3rd February 2015 at 6:54pm
purpose | select the first or last N input titles |
---|---|
input | a selection of titles |
parameter | N =an integer, defaulting to 0 |
output | the first N input titles |
! output | the last N input titles |
Learn more about how to use Filters
limit[N]
and !limit[N]
are synonyms for first[N]
and last[N]
respectively.