FreeBASIC - Arithmetic operators

Are used to perform mathematical operations. the following are basic operations between the arithmetic operators:
addition
par1 + par2
Subtraction
par1 - par2
multiplication
par1 * par2
division
par1 / par2
modulo
par1 mod par2
integer division
par1 \ par2
additive inverse
- expression

FreeBASIC

Other pieces of example codes:
xmin = -128
y=y+1
Dim y As ulongint= 10250 \ 8
i=i-1
x <= y * 5
i / &Hab
Languages: en hu cz sk