ActionScript 3.0 how to define custom operators? -


How can I define a custom operator - for example an equivalent operator - for a custom class?

There is no native operator overloading in the action script.

You may want to check out or

Comments