Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 24 Aug 2009 23:59:06 +0200
Hi!
Is there any identical way for Lua/HW with C's n++ or Amos add n,x?
I'm a bit tired of a=a+1
[24 Aug 2009] easy add
- airsoftsoftwair
- Posts: 5919
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
[25 Aug 2009] Re: easy add
Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 25 Aug 2009 23:08:08 +0200

Me too, but alas, there's no easier way to do it. Implementing incremental/ decremental operators is a lot of work and given the flexibility of lua, it requires a lot of thinking so it's not likely to come unless the lua developers do itHi!
Is there any identical way for Lua/HW with C's n++ or Amos add n,x?
I'm a bit tired of a=a+1