New operators request
norperz opened this issue ยท 2 comments
New operators support?
+=
-=
/=
Makes doing some simple math easier
(instead of fuel = fuel + 1, I could do fuel += 1)
Unfortunately this is impossible without rewriting a major part of the Lua language, which is out of scope for the mod. Go play Roblox if you're looking for a Lua dialect with combined operation assignment operators.
If you really want it, PRs welcome (to Cobalt, the Lua VM).