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

par1 / par2

par1 / par2
modulo
par1 % par2

par1 mod par2
integer division
par1 / par2

par1 \ par2

par1 div par2
additive inverse
- expression

Example

Other pieces of example codes:
100 - 2
y = x / 0.5
27 div 3
15 +7.5
 x= -1234
i = x * 5
Languages: en hu cz sk