Lua-Obfuscator icon indicating copy to clipboard operation
Lua-Obfuscator copied to clipboard

Does not support += or -=

Open talanzu opened this issue 4 years ago • 3 comments
trafficstars

Change this x += 1 to this x = x + 1

Not sure if by design, but just an FYI.

talanzu avatar Aug 08 '21 19:08 talanzu

The VM does not support compound assignment operators.

reversed-coffee avatar Aug 14 '21 15:08 reversed-coffee

Lua doesn't support compound operators

PY44N avatar Oct 21 '21 18:10 PY44N

luau does

ghost avatar Apr 14 '22 23:04 ghost