Pops a number of values from the stack, discarding them.
void pop([int count = 1]) { lua_pop(L, count); }