next | previous | forward | backward | up | top | index | toc | home

take(BasicList,ZZ)

Synopsis

Description

i1 : take({a,b,c,d,e,f},3)

o1 = {a, b, c}

o1 : List
i2 : take({a,b,c,d,e,f},-2)

o2 = {e, f}

o2 : List