It would be nice with the INC/DEC command having an optional second parameter so if you leave it out it increases by one. Nothing absolutely needed, I'm just used to it from other languages so I keep getting compiler errors when I forget :-)
That totally negates anything I would ever gain from typing
INC val
Instead of
INC val, 1
Don't misunderstand me, I know how to write a new function but what I was suggesting was a small change to how the command INC is used.
ok, will do.
Great!