antimony-lang/antimony

Assignment operators

garritfra opened this issue · 0 comments

The following operators should be implemented:

num += 2
num -= 2
num *= 2
num /= 2

Notes

Don't forget to update the documentation!