Increments the value stored in the variable whose name is varName.The value of the variable must be an integer.If increment is supplied then its value (which must be aninteger) is added to the value of variable varName; otherwise1 is added to varName.The new value is stored as a decimal string in variable varNameand also returned as result.