Take
Returns the first (last) elements of a list.
Syntax
take(List, Integer)
Description
Given a list and an integer : if is positive, returns the first elements of ; if is negative returns the last elements of .
Returns the first (last) elements of a list.
take(List, Integer)
Given a list and an integer : if is positive, returns the first elements of ; if is negative returns the last elements of .