Prepend
Adds an element at the beginning of a list or vector, increasing its size.
Syntax
prepend(List | Vector, Element)
Description
Given a list or a vector and an element, adds the element at the beginning of the list or vector, increasing its size.