Inc

From FTE
Jump to: navigation, search

inc

Increments a variable by one or adds to it the optional second argument. There are no 'add' or 'dec' commands because 'inc' can handle both addition and subtraction. Example: inc sensitivity -2 would subtract 2 from sensitivity.