OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
200 stars 109 forks source link

Implement multiplyref & divideref operator overloads #1853

Closed amylizzle closed 3 months ago

amylizzle commented 3 months ago

implements operator*= and operator/=, with appropriate calls to operator* and operator/ when needed