D - array.length
- Pavel Minayev (5/5) Jan 12 2002 I can write this:
I can write this: stack.length = stack.length - 1; ...but not this: stack.length--; ?
Jan 12 2002
I can write this: stack.length = stack.length - 1; ...but not this: stack.length--; ?