stack = {} table.insert(stack, 11) -- push table.remove(stack) -- pop print(#stack == 0) -- empty