0x501 → 15
@push(+@pop() + 1);
Note: The unary + operator is used to convert the argument to a number.
ActionIncrement pops a value from the stack, converts it to number type, increments it by 1, and pushes it back to the stack.
| Field | Type | Comment |
|---|---|---|
| ActionIncrement | ACTIONRECORDHEADER | ActionCode = 0x50 |
ActionIncrement does the following: