yuxshao/makergame

extra operators

Closed this issue · 1 comments

We should have stuff like +=, -=, *=, /=, along with ++ and --. It's a little annoying to write stuff like i = i + 1 all the time.

Should've mentioned earlier that +=, -=, *=, /= have been implemented. ++ and -- remain.