FreeBASIC - Arithmetic operators
Are used to perform mathematical operations. the following are basic operations between the arithmetic operators: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
Arithmetic operators in another programming language: