I know dwscript has operator overloading for compound operators +=
etc.
I would like to have operator overloading for +
, -
etc as well for use in addition, multiplication etc. of matrix objects.
Does dwscript support this?
And if so what this the syntax do overload an operator?