$ObjectIncrease
To increase a key value, if the key doesn't exist, it will create one and set to that value
Usage
$ObjectIncrease[Key;Amount]
Notes on Amount:
- It can be a number like
5
, or negative-5
to reduce instead of increase\ - It can be expression like x*2 where
x
is the current value