D - array.length
- "Pavel Minayev" <evilone omen.ru> Jan 12 2002
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--;
?