Subj : JavaScript and operators To : netscape.public.mozilla.jseng From : "Michael Putters" Date : Thu Dec 04 2003 01:43 pm Hello, Imagine I have the following piece of code : var a, b, c; a = new Vector(); b = new Vector(); c = a * b; Would this be possible, using SpiderMonkey? (implementing operators such as * for types) Note: I'm not asking if it's possible to do it in the script, Vector here would be something provided by the host application. Thanks Note2: how come there is so much spam on this newsgroup, I get at least 10 mails with the same virus every day since I first sent a message.. .