Prepend
Command Prototype
arrRet = Unshift(array,item)
Command Description
Adds an element at the beginning of an array and returns the new array
Parameter Description
- Required Parameter
- array--The array to prepend to
- item--The element to prepend to the array
- return
- arrRet--The variable used to save the output of the function call