add to a variable lua code example Example: lua add 1 to a variable variable = variable + 1 // you cannot use += notation to iterate a variable