# Arguments: $Data_Size$ : number of elements in one stack item # @Stack : the stack # # Return Values: $Size$ : # of items on the stack # Description: Given a stack, return the size of the stack.