search for:
take
-- take some elements from a list
See also:
drop
-- drop some elements
Ways to use
take
:
take(BasicList,{...})
-- take some elements from a list
take(BasicList,ZZ)
-- take some elements from a list
search for: