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

take(BasicList,List)

Synopsis

Description

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

o1 = {c, d, e}

o1 : List