2015년 2월 3일 오후 6:54
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.