var stack = []; stack.push(42); # pushing say stack.pop; # popping say stack.is_empty; # is_emtpy?