INC/DEC second parameter optional

Previous topic - Next topic

Moru

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 :-)

Moru

That totally negates anything I would ever gain from typing

INC val

Instead of

INC val, 1

Moru

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.

Kitty Hello


MrTAToad