Tuesday, 17 September 2013

Add Value to Variable in Lua?

Add Value to Variable in Lua?

In most languages, I can easily do some mathematical function (add,
subtract, etc...) to a variable's current value in a short form like foo
+=1. Is there something similar in Lua?

No comments:

Post a Comment