January 12, 2002
I can write this:

    stack.length = stack.length - 1;

...but not this:

    stack.length--;

?