Take Returns the first (last) elements of a list. Syntax take(List, Integer) Description 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 . Related functions Head, Index Table of Contents Syntax Description Related functions