Reads and removes an array of items from the stack,
the items read
Arguments: count is the number of elements to return reverse, if true, elements are read in reverse, last-pushed is last in array
Exception if there are not enough items in stack
See Implementation
Reads and removes an array of items from the stack,