Implements binary math operations between two ScriptAnys and returns a ScriptAny. For
certain operations that make no sense the result will be NaN or UNDEFINED. Addition
involving any number of ScriptStrings will always coerce the values to string and
perform a concatenation, as per Mildew language semantics.
Implements binary math operations between two ScriptAnys and returns a ScriptAny. For certain operations that make no sense the result will be NaN or UNDEFINED. Addition involving any number of ScriptStrings will always coerce the values to string and perform a concatenation, as per Mildew language semantics.