Add,Sub,Mul,Div

Arithmetical functions in command form with a variable (SRAM) and a Constant (technical no difference to expressions).

Syntax

Example:

  dim a as integer
  add a, 1000  ' same like: a += 1000, or a = a + 1000