Strings are immutable in JS, now how would you implement a postincrement?
Instead of i++ of a primitive value i, you need to use objects for all scalars with methods like i.postInc() and i.preInc() and i.getValue()
Cheers Rolf
In reply to Re^4: getting rid of costly special features
by LanX
in thread getting rid of costly special features
by LanX
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |