INC Instruction
Synopsis
INC <operand-1 variable data type> <operand-2 increment value type>
Description
The INC instruction increments a variable. The amount by which to increment is expected on the runtime stack below the address of the variable to increment.
Data Type Operands
The operands are the data type of the variable and the value.