Pop
Command Prototype
item = pop(array)
Command Description
Returns and removes the last element of an array
Parameter Description
- Required Parameter
- array--The array to pop
- return
- item--The variable used to save the output of the function call