ListPrepend(list, value [, delimiters ])Returns list with value inserted at the first position, shifting all other elements one to the right.
See also ListAppend, ListInsertAt, and ListSetAt.
Any list.
Number or list being prepended.
Set of delimiters used in list.