Is it too late to propose an integer division operator into the spec? Ido quite a bit of WSH programming in both VBScript an JScript andsometimes its a bit of an irritant during a translation, it would benice to see this operator "\" available in the new ECMAScript insteadof having to rely on more inefficient workarounds:
VBScript: Dim result result = 19 \ 4 '(result = 4) JScript: http://www.codingforums.com/showthread.php?t=58799
_______________________________________________ Es4-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es4-discuss
