return stack[depth];
return stack[--depth];
/* Implement a toy stack version of push */ stack[depth++] = n;