Append
Command Prototype
arrRet = push(array,item)
Command Description
Appends an element at the end 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