Basic - 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

Basic

Other pieces of example codes:
x = 10 * 5
25 \ 2 + 1
z = (x-y)-30.5
8 + 12
(1500 mod 60)
x >= y / 5
Languages: en hu cz sk