ScriptAny.opBinary

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 DMildew language semantics.

struct ScriptAny
const
opBinary
(
string op
)
(
auto ref const ScriptAny rhs
)

Meta